| 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.x509 |
Contains the Entrust certification validation mechanism as well as
other classes related to X.509.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionCS |
KeyAndCertContainer.getCertificateStore()
Returns the main certificate store used for certificate validation.
|
CollectionCS |
KeyAndCertificateSource.getCertificateStore()
Returns the Certificate Store associated with this object.
|
CollectionCS |
User.getCertificateStore()
Returns the main certificate store used for certificate validation.
|
CollectionCS |
KeyAndCertificateSource.getCertStore()
Deprecated.
use getCertificateStore()
|
| Modifier and Type | Method and Description |
|---|---|
CollectionCS |
EntrustKeyStore.getCertStore()
Retrieves the user's certificate store.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionCS |
CertVerifier.getCertificateStore()
Returns the certificate store.
|
CollectionCS |
ValidationInfo.getCertificateStore() |