| Package | Description |
|---|---|
| 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 |
|---|---|
RevocationConfigItem[] |
UserRevocationInfo.getRevocationConfigList()
Returns an array of
RevocationConfigItem which represents
the current order of revocation information which has been configured
by this class. |
RevocationConfigItem |
UserRevocationInfo.removeRevocationConfiguration(int index)
Removes a RevocationConfiguration using the given index from the list of
RevocationConfigurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserRevocationInfo.addRevocationConfigItem(RevocationConfigItem revocationconfig)
Adds a revocation configuration item to the end of the list of revocation
configurations.
|
void |
UserRevocationInfo.addRevocationConfigItem(RevocationConfigItem config,
int position)
Adds a new revocation configuration, at the specified position.
|