| Package | Description |
|---|---|
| iaik.cms | |
| iaik.smime |
| Modifier and Type | Method and Description |
|---|---|
SignerInfo[] |
SignedDataStream.getSignerInfos()
Returns all the signer infos included in this
SignedData object. |
SignerInfo |
SignedDataStream.verify(X509Certificate signerCertificate)
Uses the provided signer certificate for verifying the signature that has been created
by the signer being owner of the certificate.
|
SignerInfo |
SignedDataStream.verifyAndValidate(X509Certificate signerCert,
CertVerifier certVerifier)
Verifies and validates the SignerInfo structure that exists in this
SignedDataStream object and corresponds to the indicated
signer certificate. |
| Modifier and Type | Method and Description |
|---|---|
void |
SignedData.addSignerInfo(SignerInfo signerInfo)
Adds a SignerInfo object to this SignedData.
|
void |
SignedDataStream.addSignerInfo(SignerInfo signerInfo)
Adds a SignerInfo object to this SignedData.
|
void |
SignedDataStream.setSignerInfos(SignerInfo[] signerInfos)
Sets a collection of per-signer information.
|
| Modifier and Type | Method and Description |
|---|---|
SignerInfo[] |
SignedContent.getSignerInfos()
Returns all the signer infos included in the underlying SignedData object.
|
SignerInfo |
SignedContent.verify(X509Certificate signerCertificate)
Uses the provided signer certificate for verifying the signature that has been created
by the signer being owner of the certificate.
|
SignerInfo |
SignedContent.verifyAndValidate(X509Certificate signerCert,
CertVerifier certVerifier)
Verifies and validates the SignerInfo structure that exists in this
SignedContent object and corresponds to the indicated
signer certificate. |