| 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.cmpv1.gkm |
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 |
|---|---|
BinaryString |
PKIStatusInfo.getFailInfo()
Returns the failure code as a binary string if it has been set; otherwise
null is returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
PKIStatusInfo.setFailInfo(BinaryString failInfo)
Sets the failure information from a binary string.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryString |
EntrustAlgorithmCapabilityList.getEntrustAlgorithmCapabilityList()
Returns the Entrust algorithm capability list value.
|
BinaryString |
EntrustCapabilityList.getEntrustCapabilityList()
Returns the Entrust capability list value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntrustAlgorithmCapabilityList.setEntrustAlgorithmCapabilityList(BinaryString entrustAlgorithmCapabilityList)
Sets the Entrust algorithm capability list value.
|
void |
EntrustCapabilityList.setEntrustCapabilityList(BinaryString entrustCapabilityList)
Sets the Entrust capability list value.
|
| Constructor and Description |
|---|
EntrustAlgorithmCapabilityList(BinaryString entrustAlgorithmCapabilityList)
Creates a new
EntrustAlgorithmCapabilityList. |
EntrustCapabilityList(BinaryString entrustCapabilityList)
Creates a new
EntrustCapabilityList. |