| 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 |
|---|---|
CertResponse[] |
CertRepMessage.getResponse()
Returns all the certificate responses that this object contains as an
array of
CertResponse objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
CertRepMessage.addResponse(CertResponse response)
Adds the specified certificate response.
|
| Constructor and Description |
|---|
CertRepMessage(CertResponse response)
Creates a new
CertRepMessage object that contains a single
certificate response. |