| Package | Description |
|---|---|
| com.entrust.toolkit.asn1.crmf |
Contains classes used to create, parse, and manipulate ASN.1 structures
used with Certificate Request Message Format (CRMF).
|
| 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 |
|---|---|
POPOSigningKeyInput |
POPOSigningKey.getPoposkInput()
Returns the data that was signed (used when requesting first signing key)
if it exists; otherwise
null is returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
POPOSigningKey.setPOPOSKInput(POPOSigningKeyInput poposkInput)
Sets the poposkInput.
|
| Modifier and Type | Method and Description |
|---|---|
POPOSigningKeyInput |
CMPForCardMS.generatePOPOSigningKeyInput(java.security.PublicKey publicKey,
AuthorizationCode authCode)
Generates a
POPOSigningKeyInput structure appropriate for
use in demonstrating proof of possession of a private signing key. |