| 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.
|
| com.entrust.toolkit.credentials |
Contains classes the enable creation, recovery, reading, and writing of
digital identities using a
variety of key sources, classes for implementing the Toolkit's KeyStore
capabilities, and classes to support integration with a Smart Card
Management System.
|
| com.entrust.toolkit.timestamp |
Contains classes used to communicate with a timestamp server.
|
| com.entrust.toolkit.x509.jsse |
Contains classes that implement the Java Secure Sockets Extension
(JSSE).
|
| iaik.cms | |
| iaik.pkcs.pkcs7 | |
| iaik.security.smime | |
| iaik.smime |
| Modifier and Type | Method and Description |
|---|---|
CertVerifier |
KeyAndCertificateSource.getCertVerifier()
Returns the Certificate verifier associated with this object.
|
| Constructor and Description |
|---|
KeyAndCertificateSource(CertVerifier certVerifier)
Create a new
KeyAndCertificateSource object. |
| Modifier and Type | Method and Description |
|---|---|
CertVerifier |
GenericTokenReader.IdentityInfo.getCertVerifier()
Retrieve the CertVerifier used to validate the certificate chain
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericTokenReader.IdentityInfo.setCertVerifier(CertVerifier certVerifier)
Set a CertVerifier if any customization is required around this (optional)
|
| Constructor and Description |
|---|
TimeStampVerifier(CertVerifier certVerifier)
Creates a new
TimeStampVerifier object that will use the
indicated certificate verification mechanism. |
| Constructor and Description |
|---|
JSSEX509TrustManager(CertVerifier certVerifier)
Creates a
JSSEX509TrustManager instance that uses the
indicated Entrust certificate validation mechanism for trust decisions. |
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
SignedDataStream.verifyAndValidate(int signerInfoIndex,
CertVerifier certVerifier)
Verifies and validates the SignerInfo structure that exists in this
SignedDataStream object at the indicated index. |
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 |
|---|---|
X509Certificate |
SignedDataStream.verifyAndValidate(int signerInfoIndex,
CertVerifier certVerifier)
Verifies and validates the SignerInfo structure that exists in this
SignedDataStream object at the indicated index. |
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 |
|---|---|
X509Certificate |
SignedContent.verifyAndValidate(CertVerifier certVerifier)
Verifies and validates the SignerInfo structure that exists in this
SignedContent object. |
SignerInfo |
SignedContent.verifyAndValidate(X509Certificate signerCert,
CertVerifier certVerifier)
Verifies and validates the SignerInfo structure that exists in this
SignedContent using the indicated signer certificate. |
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
SignedContent.verifyAndValidate(int signerInfoIndex,
CertVerifier certVerifier)
Verifies and validates the SignerInfo structure that exists in this
SignedContent object at the indicated index. |
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. |