| 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.
|
| com.entrust.toolkit.x509.revocation.ocsp.net |
Contains classes that provide network related functionality required by OCSP (protocol handlers).
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserRevocationInfo.addOCSPConfiguration(OCSPConfiguration OCSPConfig)
Convienance method for adding OCSP revocation into the list of
Revocaton configurations.
|
void |
UserRevocationInfo.addOCSPConfiguration(OCSPConfiguration OCSPConfig,
int position)
Convienance method for adding an OCSP revocation into the
list of Revocation configurations at the desired position.
|
void |
UserRevocationInfo.addOCSPGroup(OCSPConfiguration[] configs)
Convienance method for adding a Group of OCSP configurations into the
list of Revocation configurations.
|
void |
UserRevocationInfo.addOCSPGroup(OCSPConfiguration[] configs,
int position)
Convienance method for adding a Group of OCSP configurations into the
list of Revocation configurations at the desired position.
|
| Modifier and Type | Method and Description |
|---|---|
OCSPConfiguration |
OCSPConfiguration.shallowCopy()
Makes a shallow copy of this object.
|
| Constructor and Description |
|---|
MultiOCSPLocalRevocationChecker(OCSPConfiguration[] ocspconfigs,
KeyAndCertContainer keyAndCertSource,
ValidationInfo validationInfo)
Creates a MultiOCSPLocalRevocationChecker object.
|
OCSPRevocationChecker(OCSPConfiguration config,
KeyAndCertContainer keyMaterial,
ValidationInfo validationInfo)
The OCSPRevocationChecker constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static OCSPProtocolHandler |
OCSPProtocolHandlerFactory.getOCSPProtocolHandler(java.net.URL aiaLocation,
OCSPConfiguration configuration)
This static method is used to retrieve the OCSPProtocolHandler based on the
protocol type specified in the given URL
|