| 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 |
|---|---|
ProofOfPossession |
CertReqMsg.getPOP()
Returns the proof-of-possession if it has been set; otherwise
null is returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
CertReqMsg.setPOP(ProofOfPossession pop)
Sets the proof-of-possession value this object contains.
|