| Package | Description |
|---|---|
| com.entrust.toolkit.asn1.cardms |
Contains classes used to create, parse,
and manipulate ASN.1 structures used by Entrust's Card Management System (CardMS) API.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
EntrustEventReason |
CardMSKeyMgmtInfo.getMgmtReqReason()
Gets the key management request reason.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CardMSKeyMgmtInfo.setMgmtReqReason(EntrustEventReason mgmtReqReason)
Sets the key management request reason.
|
| Modifier and Type | Field and Description |
|---|---|
static EntrustEventReason |
EntrustEventReason.defnUpdate
EntrustEventReason - defnUpdated: certificate definition forced update.
|
static EntrustEventReason |
EntrustEventReason.dnChange
EntrustEventReason - dnChange: DN change.
|
static EntrustEventReason |
EntrustEventReason.expired
EntrustEventReason - expired: certificate expired.
|
static EntrustEventReason |
EntrustEventReason.forceUpdate
EntrustEventReason - forceUpdate: forced update.
|
static EntrustEventReason |
EntrustEventReason.nearExpired
EntrustEventReason - nearExpired: certificate near expiration.
|
static EntrustEventReason |
EntrustEventReason.newCertDefn
EntrustEventReason - newCertDefn: certificate definition added to
certificate type.
|
static EntrustEventReason |
EntrustEventReason.other
EntrustEventReason - other.
|
static EntrustEventReason |
EntrustEventReason.revoked
EntrustEventReason - revoked: certificate revoked.
|
static EntrustEventReason |
EntrustEventReason.roleChange
EntrustEventReason - roleChanged: user role changed.
|
static EntrustEventReason |
EntrustEventReason.stateChange
EntrustEventReason - stateChanged: user state changed.
|
static EntrustEventReason |
EntrustEventReason.typeChange
EntrustEventReason - typeChange: certificate type changed.
|
static EntrustEventReason |
EntrustEventReason.unknown
EntrustEventReason - unknown.
|
static EntrustEventReason |
EntrustEventReason.upgrade
EntrustEventReason - upgrade.
|
| Modifier and Type | Method and Description |
|---|---|
EntrustEventReason |
EntrustEventInfo.getEventReason()
Returns the reason the event ocured if it has been set; otherwise
null is returned. |
EntrustEventReason |
EntrustReqReason.getReqReason()
Returns the request reason.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntrustEventInfo.setEventReason(EntrustEventReason eventReason)
Sets the reason the event occured.
|
| Constructor and Description |
|---|
EntrustReqReason(EntrustEventReason reqReason)
Creates a new
EntrustReqReason object with the specified
component. |