| Package | Description |
|---|---|
| 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 |
|---|---|
EntrustNewCertDefn[] |
EntrustCertDefnList.getReturnedCertInfo()
Returns the set of returned certificate information.
|
EntrustNewCertDefn |
EntrustCertDefnList.getReturnedCertInfo(CertId certId)
Returns a new certificate definition, specified by its certificate
identifier, if it exists in the returnedCertInfo structure; otherwise
null is returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
EntrustCertDefnList.addReturnedCertInfo(EntrustNewCertDefn returnedCertInfo)
Adds a returned certificate information entry to the set of returned
certificate information.
|
| Constructor and Description |
|---|
EntrustCertDefnList(EntrustNewCertDefn returnedCertInfo)
Creates a new
EntrustCertDefnList object with a single entry
of returned certificate information. |
EntrustCertDefnList(EntrustNewCertDefn[] returnedCertInfo)
Creates a new
EntrustCertDefnList object with the specified
component. |