| 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 |
|---|---|
void |
UserRevocationInfo.addCRLRevocationChecking(CRLConfig config)
Add a CRLConfig using a CRLConfig object that carries the
CRL configuration information
|
| Modifier and Type | Method and Description |
|---|---|
CRLConfig |
CollectionRS.getCRLConfig()
This method collects the configuration settings used by this
object and constructs a
CRLConfig object that
represents the revocation configuration used by this object. |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionRS.setCRLConfig(CRLConfig crlConfig)
This method sets the CRL revocation configuration settings used
by this object.
|