| 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).
|
| com.entrust.toolkit.asn1.crmf.regCtrl |
Contains classes used to create, parse, and manipulate ASN.1 structures
used with Certificate Request Message Format (CRMF).
|
| com.entrust.toolkit.asn1.crmf.regInfo |
Contains classes used to create, parse, and manipulate ASN.1 structures
used with Certificate Request Message Format (CRMF).
|
| Modifier and Type | Method and Description |
|---|---|
AttributeTypeAndValue |
Controls.getControl(ObjectID oid)
Returns a particular control, specified by its object ID, if it exists
in the Controls structure; otherwise
null is returned. |
AttributeTypeAndValue[] |
Controls.getControls()
Returns all the controls this object contains as an array of
AttribyteTypeAndValue objects. |
AttributeTypeAndValue[] |
CertReqMsg.getRegInfo()
Returns all the supplementary registration information this object
contains as an array of
AttribyteTypeAndValue objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
Controls.addControl(AttributeTypeAndValue control)
Adds the specified control.
|
void |
CertReqMsg.addRegInfo(AttributeTypeAndValue regInfo)
Adds the specified regInfo.
|
| Constructor and Description |
|---|
Controls(AttributeTypeAndValue control)
Creates a new
Controls object that contains a single control. |
| Modifier and Type | Class and Description |
|---|---|
class |
Authenticator
This class implements the ASN.1 structure for the Authenticator regCtrl as
defined in the CRMF specification.
|
class |
OldCertId
This class implements the ASN.1 structure for the OldCertId regCtrl as
defined in the CRMF specification.
|
class |
PKIArchiveOptions
This class is an implementation of the ASN.1 structure for the
PKIArchiveOptions regCtrl as defined in the CRMF specification.
|
class |
PKIPublicationInfo
This class implements the ASN.1 structure for the PKIPublicationInfo regCtrl
as defined in the CRMF specification.
|
class |
ProtocolEncrKey
This class implements the ASN.1 structure for the ProtocolEncrKey regCtrl as
defined in the CRMF specification.
|
class |
RegToken
This class implements the ASN.1 structure for the RegToken regCtrl as
defined in the CRMF specification.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CertReq
This class implements the ASN.1 structure for the CertReq regInfo as
defined in the CRMF specification.
|
class |
UTF8Pairs
This class implements the ASN.1 structure for the UTF8Pairs regInfo as
defined in the CRMF specification.
|