| Package | Description |
|---|---|
| iaik.cms | |
| iaik.smime.ess |
| Modifier and Type | Method and Description |
|---|---|
static SigningCertificate |
Utils.makeSigningCertificate(ESSCertID[] certIDs,
PolicyInformation[] policies)
Creates an ESS SigningCertificate for the given certIDs
and policy informations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ESSCertIDv2
This class implements the S/MIMEv3
ESSCertIDv2 type. |
| Modifier and Type | Method and Description |
|---|---|
ESSCertID |
SigningCertificate.getESSCertID(java.security.cert.Certificate cert)
Searches for the ESSCertID identifying the given cert.
|
ESSCertID[] |
SigningCertificate.getESSCertIDs()
Returns the ESS certs IDs.
|
| Constructor and Description |
|---|
SigningCertificate(ESSCertID[] essCertIDs)
Creates a SigningCertificate for the given ESSCertIDs.
|