| Package | Description |
|---|---|
| com.entrust.toolkit |
Contains various high-level classes that provide Toolkit JCA cryptographic provider initialization,
an Entrust User representation, a key/certificate source, a certificate set representation,
JNI initialization capabilities, PKCS #7 encoding and decoding, CMS and PKCS#7 User related
utilities, transaction counting, and an XML trust manager.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
UserConfigSettings |
User.getUserConfigSettings()
Returns the user's configuration settings.
|
| Constructor and Description |
|---|
User(UserConfigSettings userConfigSettings)
Creates a new
User object that will use/obey the indicated
user configuration settings. |
| Modifier and Type | Field and Description |
|---|---|
static UserConfigSettings |
UserConfigSettings.DEFAULT_USER_CONFIG_SETTINGS
Default user configuration settings; these settings will automatically be
used with any user for which user configuration settings were not
manually defined.
|