| 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.
|
| com.entrust.toolkit.asn1.tsp |
Contains classes used to create, parse, and manipulate ASN.1 structures
used with time-stamping.
|
| Modifier and Type | Method and Description |
|---|---|
PKIStatusInfo |
CertStatus.getPKIStatusInfo() |
PKIStatusInfo |
ErrorMsgContent.getPKIStatusInfo()
Returns the status information.
|
PKIStatusInfo |
CertResponse.getStatus()
Returns status information about the request/response.
|
PKIStatusInfo |
KeyRecRepContent.getStatus()
Returns the status information about the request/response.
|
| Constructor and Description |
|---|
CertConfirmContent(X509Certificate cert,
java.math.BigInteger certRequestId,
PKIStatusInfo statusInfo)
Constructor for the CertConfirmContent object.
|
CertResponse(java.math.BigInteger certReqId,
PKIStatusInfo status)
Creates a new
CertResponse object with the specified
components set. |
CertStatus(X509Certificate cert,
java.math.BigInteger certRequestId,
PKIStatusInfo statusInfo)
The constructor for the CertStatus object.
|
ErrorMsgContent(PKIStatusInfo pkiStatusInfo)
Creates a new
ErrorMsgContent object with the specified
component. |
KeyRecRepContent(PKIStatusInfo status)
Creates a new
KeyRecRepContent object with the specified
component set. |
| Modifier and Type | Method and Description |
|---|---|
PKIStatusInfo |
TimeStampResp.getStatus()
Returns the status of the response.
|
| Constructor and Description |
|---|
TimeStampResp(PKIStatusInfo status)
Creates a new
TimeStampResp object with the specified
components. |