| 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 |
|---|---|
InfoTypeAndValue[] |
PKIHeader.getGeneralInfo()
Returns all the context-specific instructions this object contains if it
has been set; otherwise
null is returned. |
InfoTypeAndValue |
PKIHeader.getGeneralInfo(ObjectID oid)
Returns the context-specific instruction, specified by its object
identifier, if it exists in the generalInfo structure; otherwise
null is returned. |
InfoTypeAndValue |
PKIHeader.removeGeneralInfo(ObjectID id)
Removes a GeneralInfo value from the Map of values
|
| Modifier and Type | Method and Description |
|---|---|
void |
PKIHeader.addGeneralInfo(InfoTypeAndValue generalInfo)
Adds the specified context-specific information to the set of
context-specific information.
|
void |
PKIHeader.setGeneralInfo(InfoTypeAndValue[] generalInfo)
Sets the set of context-specific information.
|