| Package | Description |
|---|---|
| com.entrust.toolkit.x509.revocation |
Contains the Entrust revocation checking mechanism and revocation
stores.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArchiveBinaryCRLCache
An implementation of an X.509 revocation store that represents an archive
CRL cache.
|
class |
ArchiveCRLCache
An implementation of an X.509 revocation store that represents an archive
CRL cache.
|
class |
CachedCRLRS
An implementation of an X.509 revocation store that represents a memory CRL
cache.
|
class |
DirectoryCRLRS
An implementation of a revocation store that provides access to X.509 CRLs
stored in an LDAP directory.
|
class |
HttpCRLRS
An implementation of a revocation store that provides access to X.509 CRLs
stored on an HTTP Web Server.
|
| Modifier and Type | Method and Description |
|---|---|
RevocationStore[] |
CRLConfig.getRevocationStores(ValidationInfo validationInfo)
Returns a List of
RevocationStore objects that this
class encapsulates. |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionRS.attach(RevocationStore revocationStore)
Adds a new revocation store to the set of revocation stores managed by
this
CollectionRS. |
| Constructor and Description |
|---|
CRLConfig(RevocationStore[] revStores,
boolean requireCRL)
Create a CRL configuration with an array of RevocationStore objects.
|