| Package | Description |
|---|---|
| iaik.cms | |
| iaik.smime.ess |
| Modifier and Type | Field and Description |
|---|---|
protected CertificateSet |
SignedDataStream.certSet_
Repository for the signer certificates.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateSet |
CMSCertList.getCertificateSet()
Returns the certificate set included in this CMSCertList object.
|
CertificateSet |
OriginatorInfo.getCertificateSet()
Gets the certificateSet holding all certificates included in this OriginatorInfo.
|
CertificateSet |
SignedDataStream.getCertificateSet()
Gets the certificateSet holding all certificates included in this SignedData.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMSCertList.setCertificateList(CertificateSet certificateSet)
Sets the certificates for this CMS SignedData object.
|
void |
OriginatorInfo.setCertificateSet(CertificateSet certSet)
Sets the certificateSet to be included.
|
void |
SignedDataStream.setCertificateSet(CertificateSet certSet)
Sets the certificateSet to be included.
|
| Constructor and Description |
|---|
SigningCertificate(CertificateSet certSet,
boolean includeIssuerSerial)
Creates a SigningCertificate attribute for the given certificates.
|
SigningCertificateV2(CertificateSet certSet,
boolean includeIssuerSerial)
Creates a SigningCertificate attribute for the given certificates.
|