| 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.
|
| com.entrust.toolkit.x509.certstore |
Contains the certificate stores and classes used during certificate path
building.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationConfig |
UserConfigSettings.getValidationConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserConfigSettings.setValidationConfig(ValidationConfig validationConfig)
Sets the
ValidationConfig object
which is used to configure the Validation Configuration parameters. |
| Modifier and Type | Method and Description |
|---|---|
ValidationConfig |
CertVerifier.getValidationConfig()
Return the ValidationConfig that is configured in the
associated CollectionCS certificate store object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertVerifier.setValidationConfig(ValidationConfig validationConfig)
Configure this CertVerifier to use the specified ValidationConfig.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationConfig |
CollectionCS.getValidationConfig()
This methods collection the configuration settings used by this
object and constructs a
ValidationConfig object that
represent this validation settings in use by this object. |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionCS.setValidationConfig(ValidationConfig validationConfig)
This method is used for setting the Validation Configuration,
which allows custom validation parameters to be set.
|