| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CertifiedKeyPair |
CertResponse.getCertifiedKeyPair()
Returns the user's certificate and private key, if they have been set;
otherwise
null is returned. |
CertifiedKeyPair[] |
KeyRecRepContent.getKeyPairHist()
Returns all the backed-up user encryption certificates/private keys that
this object contains as an array of
CertifiedKeyPair objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyRecRepContent.addKeyPairHist(CertifiedKeyPair keyPairHist)
Adds the specified backed-up user encryption certificate/private key.
|
void |
CertResponse.setCertifiedKeyPair(CertifiedKeyPair certifiedKeyPair)
Sets the user's certificate and private key.
|