| 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.
|
| iaik.cms |
| Modifier and Type | Method and Description |
|---|---|
AttributeCertificate |
EntrustEventCertificate.getEventCertificate()
Returns the event certificate.
|
| Constructor and Description |
|---|
EntrustEventCertificate(AttributeCertificate eventCertificate)
Creates a new
EntrustEventCertificate object with the
specified component. |
| Modifier and Type | Method and Description |
|---|---|
AttributeCertificate[] |
CMSCertList.getAttributeCertificates()
Returns the attribute certificates included in this CMSCertList.
|
AttributeCertificate[] |
CertificateSet.getAttributeCertificates()
Gets all included attribute certificates from this CertificateSet.
|
AttributeCertificate[] |
OriginatorInfo.getAttributeCertificates()
Returns the attribute certificates included in this OriginatorInfo.
|
AttributeCertificate[] |
SignedDataStream.getAttributeCertificates()
Returns the attribute certificates included in this SignedData.
|