| 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 | Class and Description |
|---|---|
class |
CapiContainerName
Abstract class for CAPI key container names, to help with the process
of matching different container names to identities.
|
class |
KeychainContainerName
Abstract class for Keychain key container names, to help with the process
of matching different container names to identities.
|
static class |
KeychainContainerName.V1ContainerId
This class represents container names in the format used for V1 digital
IDs, that is, IDs created by Security Manager versions prior to 7.0.
|
static class |
KeychainContainerName.V2ContainerId
This class represents container names in the format used for V2 digital
IDs, that is, IDs created by Security Manager version 7.0 and above.
|
| Modifier and Type | Field and Description |
|---|---|
protected ContainerName |
CertificateAndKeyInfo.m_containerName
The name of the key container in which the end user private key is stored
|
| Modifier and Type | Method and Description |
|---|---|
ContainerName |
CertificateAndKeyInfo.getContainerName()
Returns the private key container name associated with this object.
|
abstract ContainerName |
Identity.getContainerName()
Returns a key container name associated with this identity.
|
ContainerName |
GenericIdentity.getContainerName()
Not used.
|
ContainerName |
KeychainIdentity.getContainerName()
Returns a key container name associated with this identity.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
ContainerName.belongsToSameIdentity(ContainerName otherContainer)
Returns whether or not this container and the given container belong
to the same identity.
|
boolean |
KeychainContainerName.V1ContainerId.belongsToSameIdentity(ContainerName compareTo) |
boolean |
KeychainContainerName.V2ContainerId.belongsToSameIdentity(ContainerName compareTo) |
KeychainIdentity |
KeychainIdentities.findMatchingIdentity(ContainerName containerName)
Finds the identity to which the given key container name belongs.
|
| Constructor and Description |
|---|
KeychainCertificateAndKeyInfo(X509Certificate cert,
X509Certificate[] chainToRoot,
ContainerName containerName) |
KeychainIdentityCertFilter(ContainerName KeychainContainerName)
This can be used to find all certificates in that particular identity.
|