| Package | Description |
|---|---|
| com.entrust.toolkit.x509 |
Contains the Entrust certification validation mechanism as well as
other classes related to X.509.
|
| com.entrust.toolkit.x509.revocation |
Contains the Entrust revocation checking mechanism and revocation
stores.
|
| Modifier and Type | Method and Description |
|---|---|
RevocationChecker |
CertVerifier.getRevocationChecker() |
RevocationChecker |
ValidationInfo.getRevocationChecker() |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionRS
This class represents a collection a collection of revocation stores.
|
class |
MultiOCSPLocalRevocationChecker
MultiOCSPRevocationChecker is a table for mapping CA Names to OCSP
Configurations.
|
class |
OCSPRevocationChecker
A RevocationChecker that checks revocation using the OCSP protocol.
|
class |
RevocationManager
The RevocationManager class is used to manage different types of
RevocationChecker objects.
|
class |
RevocationTrustCache
A RevocationTrustCache is a RevocationChecker which is used to
cache certificates for a specified period of time.
|
| Modifier and Type | Method and Description |
|---|---|
RevocationChecker |
RevocationManager.getRevocationChecker(int index)
Return the RevocationChecker located at the given index value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RevocationManager.addRevocationChecker(RevocationChecker checker)
Add a RevocationChecker to the list of revocation
checkers.
|
void |
RevocationManager.removeRevocationChecker(RevocationChecker checker)
Remove the RevocationChecker from the list of revocation checkers
if it exists.
|