| 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 |
|---|---|
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 | Method and Description |
|---|---|
static KeychainContainerName |
KeychainContainerName.getContainerName(java.lang.String containerName)
Examine the given container name, and return an appropriate instance
of this class to deal with that name.
|