| Package | Description |
|---|---|
| com.entrust.toolkit.asn1.cmpv1.gkm |
Contains classes used to create, parse,
and manipulate ASN.1 structures used with Certificate Management Protocol (CMP)
version 1.
|
| 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 | Field and Description |
|---|---|
static EntrustState |
EntrustState.activated
EntrustState - activated.
|
static EntrustState |
EntrustState.added
EntrustState - added.
|
static EntrustState |
EntrustState.disabled
EntrustState - disabled.
|
static EntrustState |
EntrustState.exported
EntrustState - exported.
|
static EntrustState |
EntrustState.exporthold
EntrustState - exporthold.
|
static EntrustState |
EntrustState.import_
EntrustState - import.
|
static EntrustState |
EntrustState.importkr
EntrustState - importkr.
|
static EntrustState |
EntrustState.keyrecover
EntrustState - keyrecover.
|
static EntrustState |
EntrustState.reserved
EntrustState - reserved.
|
| Modifier and Type | Method and Description |
|---|---|
EntrustState |
EntrustEventInfo.getState()
Returns the state if it has been set; otherwise
null is
returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
EntrustEventInfo.setState(EntrustState state)
Sets the state.
|
| Modifier and Type | Method and Description |
|---|---|
EntrustState |
GeneralMessageInfo.getUserState()
Returns the user's current state.
|
EntrustState |
CMPForCardMS.getUserState()
Returns the user's current state.
|