public abstract class CMPTokenCredentialReader extends CMPCredentialReader
It's purpose is provide common functionality required by it's sub-classes.
DSASignature, ECDSASignature, PKIX4Version, PKIX5Version, RSASignature| Modifier and Type | Method and Description |
|---|---|
void |
setDeletionMechanism(TokenDeletionMechanism deletionMechanism)
Sets the deletion mechanism to be used to prepare the PKCS#11 device
(token) for Digital Identity creation/recovery.
|
setClientKeyGenParams, setForceV1KeyPaircheckPwd, getTypepublic final void setDeletionMechanism(TokenDeletionMechanism deletionMechanism)
Prior to Digital Identity creation/recovery, the token may already contain information that the user wants removed. The default behaviour (when not initializing the token, which automatically deletes all objects) is to delete all objects created by Entrust from the token. However, there are other alternatives, such as deleting all objects or not deleting any objects.
deletionMechanism - the token deletion mechanism