| Package | Description |
|---|---|
| com.entrust.toolkit.asn1.cmpv1 |
Contains classes used to create, parse,
and manipulate ASN.1 structures used with Certificate Management Protocol (CMP)
version 1.
|
| 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 |
|---|---|
EncryptedValue |
CertifiedKeyPair.getPrivateKey()
Returns the user's private key in encrypted form if it has been set,
otherwise
null is returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
CertifiedKeyPair.setPrivateKey(EncryptedValue privateKey)
Sets the user's private key in encrypted form.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptedValue |
MscapiKeyContainer.getEncryptedPrivateKey()
Returns the user private key in encrypted format that is to be stored in
the MS-CAPI key container.
|
EncryptedValue |
P11PrivateKeyObject.getEncryptedPrivateKey()
Returns the private key in encrypted format.
|
| Modifier and Type | Method and Description |
|---|---|
static java.security.PrivateKey |
CMPForCardMS.decryptEncryptedPrivateKey(EncryptedValue encryptedPrivateKey,
java.security.PrivateKey clientProtDecKey)
Decrypts a private key from an
EncryptedValue structure. |