| Package | Description |
|---|---|
| com.entrust.toolkit |
Contains various high-level classes that provide Toolkit JCA cryptographic provider initialization,
an Entrust User representation, a key/certificate source, a certificate set representation,
JNI initialization capabilities, PKCS #7 encoding and decoding, CMS and PKCS#7 User related
utilities, transaction counting, and an XML trust manager.
|
| iaik.pkcs.pkcs7 | |
| iaik.security.smime |
| Modifier and Type | Method and Description |
|---|---|
SignerInfo |
PKCS7DecodeStream.getSignerInfo(int index)
Returns the signer information of the signature indicated by
index. |
| 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 |
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.verifyAndValidate(X509Certificate signerCert,
CertVerifier certVerifier)
Verifies and validates the SignerInfo structure that exists in this
SignedContent using the indicated signer certificate. |