| 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 |
|---|---|
EntrustCertHash[] |
EntrustEncCertPOP.getEncCertPOP()
Returns the set of encryption certificate proof-of-possession information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntrustEncCertPOP.addEncCertPOP(EntrustCertHash encCertPOP)
Adds an encryption certificate proof-of-possession information entry to
the set of encryptio certificate proot-of-possession information.
|
| Constructor and Description |
|---|
EntrustEncCertPOP(EntrustCertHash encCertPOP)
Creates a new
EntrustEncCertPOP object with a single entry
of encryption certificate proof-of-possession information. |
EntrustEncCertPOP(EntrustCertHash[] encCertPOP)
Creates a new
EntrustEncCertPOP object with the specified
component. |