| Package | Description |
|---|---|
| iaik.smime | |
| iaik.smime.ess |
| Modifier and Type | Method and Description |
|---|---|
void |
SMimeSigned.addSigner(java.security.PrivateKey privateKey,
IssuerAndSerialNumber signer)
Signs this message using the supplied signer´s RSA private key.
|
void |
SMimeSigned.addSigner(java.security.PrivateKey privateKey,
IssuerAndSerialNumber signer,
AlgorithmID digestAlgorithm,
AlgorithmID signatureAlgorithm)
Signs this message using the supplied signer´s private key with the
given signature algorithm.
|
void |
SMimeSigned.addSigner(java.security.PrivateKey privateKey,
IssuerAndSerialNumber signer,
AlgorithmID digestAlgorithm,
AlgorithmID signatureAlgorithm,
Attribute[] signedAttributes)
Signs this message using the supplied signer´s private key with the
given signature algorithm.
|
void |
SMimeSigned.addSigner(java.security.PrivateKey privateKey,
IssuerAndSerialNumber signer,
AlgorithmID digestAlgorithm,
AlgorithmID signatureAlgorithm,
CertificateIdentifier encrypter,
boolean includeEncryptionCertIDForMSOE)
Signs this message using the supplied signer´s private key with the
given signature algorithm.
|
void |
SMimeSigned.addSigner(java.security.PrivateKey privateKey,
IssuerAndSerialNumber signer,
CertificateIdentifier encrypter,
boolean includeEncryptionCertIDForMSOE)
Signs this message using the supplied signer´s RSA private key.
|
| Constructor and Description |
|---|
ESSIssuerSerial(IssuerAndSerialNumber issuerAndSerialNumber)
Creates a new ESS
IssuerSerial from a
CMS IssuerAndSerialNumber. |