| Package | Description |
|---|---|
| com.entrust.toolkit.credentials |
Contains classes the enable creation, recovery, reading, and writing of
digital identities using a
variety of key sources, classes for implementing the Toolkit's KeyStore
capabilities, and classes to support integration with a Smart Card
Management System.
|
| com.entrust.toolkit.x509 |
Contains the Entrust certification validation mechanism as well as
other classes related to X.509.
|
| Modifier and Type | Method and Description |
|---|---|
UserRevocationInfo |
UserConfigSettings.getRevocationInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserConfigSettings.setRevocationInfo(UserRevocationInfo revInfo)
Sets the
UserRevocationInfo object
which is used to configure the Revocation parameters. |
| Modifier and Type | Method and Description |
|---|---|
UserRevocationInfo |
CertVerifier.getRevocationInfo()
Return the UserRevocation Information
|
UserRevocationInfo |
ValidationInfo.getRevocationInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
CertVerifier.setRevocationInfo(UserRevocationInfo revInfo)
Allows a customized revocation configuration to be used for revocation
checking.
|
void |
ValidationInfo.setRevocationInfo(UserRevocationInfo info) |
| Constructor and Description |
|---|
CertVerifier(X509Certificate[] rootsOfTrust,
LdapDirectory directory,
ClientSettings clientSettings,
UserRevocationInfo revInfo)
Constructor with multiple roots of trust.
|
CertVerifier(X509Certificate rootOfTrust,
LdapDirectory directory,
ClientSettings clientSettings,
UserRevocationInfo revInfo)
Constructor.
|