| 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 |
|---|---|
abstract Identity.Format |
Identity.getFormat()
Returns the digital identity format.
|
Identity.Format |
GenericIdentity.getFormat()
Returns the Generic digital identity format.
|
Identity.Format |
CapiIdentity.getFormat()
Returns the digital identity format.
|
Identity.Format |
KeychainIdentity.getFormat()
Returns the KeyChain digital identity format.
|
static Identity.Format |
Identity.Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Identity.Format[] |
Identity.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|