| Package | Description |
|---|---|
| com.entrust.toolkit.x509.revocation |
Contains the Entrust revocation checking mechanism and revocation
stores.
|
| Modifier and Type | Method and Description |
|---|---|
DistPointAndCRL[] |
CachedCRLRS.getCRLs()
Returns all the X.509 CRLs contained in this revocation store as an array
of
DistPointAndCRL objects, from which specific distribution
points and CRLs can be retrieved. |
| Modifier and Type | Method and Description |
|---|---|
void |
ArchiveCRLCache.addCRL(DistPointAndCRL dpcrl)
Adds the CRL to the archive CRL cache.
|
void |
ArchiveCRLCache.addCRLs(DistPointAndCRL[] dpcrls)
Adds the CRLs to the archive CRL cache.
|