| 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.
|
| com.entrust.toolkit.x509.policies |
Contains classes used to check security policies issued by an Entrust PKI — password rules and client
settings, for example.
|
| Modifier and Type | Method and Description |
|---|---|
EntrustCertDefnInfo[] |
EntrustCertTypeInfo.getCertdefns()
Returns the set of certificate definitions.
|
EntrustCertDefnInfo[] |
EntrustCertDefnList.getExtraCertDefns()
Returns the set of extra certificate definitions if it has been set;
otherwise
null is returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
EntrustCertTypeInfo.addCertdefn(EntrustCertDefnInfo certdefn)
Adds a certificate definition to the set of certificate definitions.
|
void |
EntrustCertDefnList.addExtraCertDefn(EntrustCertDefnInfo extraCertDefns)
Adds an extra certificate definition entry to the set of extra certificate
definitions.
|
void |
EntrustCertDefnList.setExtraCertDefns(EntrustCertDefnInfo[] extraCertDefns)
Sets the set of extra certificate definitions.
|
| Constructor and Description |
|---|
EntrustCertTypeInfo(EntrustCertInfoId certtype,
EntrustCertDefnInfo[] certdefns)
Creates a new
EntrustCertTypeInfo object with the specified
components. |
| Constructor and Description |
|---|
EntrustCertDefnSettings(EntrustCertDefnInfo entrustCertDefnInfo)
Creates an
EntrustCertDefnSettings object from an
EntrustCertDefnInfo structure. |