| Package | Description |
|---|---|
| com.entrust.toolkit.x509.certstore |
Contains the certificate stores and classes used during certificate path
building.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArchiveCertCache
ArchiveCertCache is used to read and write the Entrust .CCH
and .XCC certificate cache files, used to store user certificates
and cross certificates respectively. |
class |
CACrossCertCS
This certificate store contains the cross certificates of a CA.
|
class |
CapiCS
The
CapiCertificateStore is a CertificateStore that
can be used to look up certificates in CAPI when performing certificate
validation. |
class |
CertificateGraph
Represents a certificate graph, which holds all certificates that are added
to the memory cache.
|
class |
CollectionCS
This certificate store manages other certificate stores and is the entry
point for certificate validation.
|
class |
HTTPCS |
| Modifier and Type | Method and Description |
|---|---|
CertificateStore[] |
ValidationConfig.getCertificateStores()
Return the CertificateStore objects that were configured in the
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CertificateStore> |
CollectionCS.getCertificateStores()
Returns a List of CertificateStore object that will be used by
this CollectionCS to find certificates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionCS.attach(CertificateStore certStore)
Adds a new certificate store to the set of certificate stores managed
by this
CollectionCS. |
| Constructor and Description |
|---|
ValidationConfig(CertificateStore[] certStores,
boolean allowAIA,
boolean allowSIA)
Create a Validation configuration which consists of a list of CertificateStore
objects that may be used.
|