| 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).
|
| Modifier and Type | Method and Description |
|---|---|
PKMACValue |
POPOSigningKeyInput.getPublicKeyMAC()
Returns the password-based MAC of the public key if the object was created
for a user that does not already exists at the CA; otherwise
null is returned. |
| Constructor and Description |
|---|
POPOSigningKeyInput(PKMACValue publicKeyMAC,
java.security.PublicKey publicKey)
Creates a new
POPOSigningKey object with the specified
components. |