| 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 | Field and Description |
|---|---|
static TokenDeletionMechanism |
TokenDeletionMechanism.ALL_OBJECTS
Indicates that all objects are to be deleted from the token.
|
static TokenDeletionMechanism |
TokenDeletionMechanism.ENTRUST_OBJECTS
Indicates that all objects created by Entrust are to be deleted from
the token.
|
static TokenDeletionMechanism |
TokenDeletionMechanism.NONE
Indicates that no objects are to be deleted from the token.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMPTokenCredentialReader.setDeletionMechanism(TokenDeletionMechanism deletionMechanism)
Sets the deletion mechanism to be used to prepare the PKCS#11 device
(token) for Digital Identity creation/recovery.
|
void |
TokenInitializer.setDeletionMechanism(TokenDeletionMechanism deletionMechanism)
Sets the deletion mechanism to be used to prepare the PKCS#11 device
(token) for the Digital Identity.
|