| Package | Description |
|---|---|
| com.entrust.toolkit.credentials |
Contains classes the enable creation, recovery, reading, and writing of
digital identities using a
variety of key sources, classes for implementing the Toolkit's KeyStore
capabilities, and classes to support integration with a Smart Card
Management System.
|
| Modifier and Type | Method and Description |
|---|---|
CapiContainerName |
CapiCertificateAndKeyInfo.getContainerName()
Returns the private key container name associated with this object.
|
CapiContainerName |
CapiIdentity.getContainerName()
Returns a key container name associated with this identity.
|
static CapiContainerName |
CapiContainerName.getContainerName(java.lang.String containerName)
Examine the given container name, and return an appropriate instance
of this class to deal with that name.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
CapiContainerName.belongsToSameIdentity(CapiContainerName otherContainer)
Returns whether or not this container and the given container belong
to the same identity.
|
CapiIdentity |
CapiIdentities.findMatchingIdentity(CapiContainerName containerName)
Finds the identity to which the given key container name belongs.
|
| Constructor and Description |
|---|
CertIdentityCertFilter(CapiContainerName capiContainerName)
This can be used to find all certificates in that particular identity.
|