Package | Description |
---|---|
com.fortanix.sdkms.v1.model |
Modifier and Type | Field and Description |
---|---|
static RevocationReasonCode |
RevocationReasonCode.AFFILIATIONCHANGED |
static RevocationReasonCode |
RevocationReasonCode.CACOMPROMISE |
static RevocationReasonCode |
RevocationReasonCode.CESSATIONOFOPERATION |
static RevocationReasonCode |
RevocationReasonCode.KEYCOMPROMISE |
static RevocationReasonCode |
RevocationReasonCode.PRIVILEGEWITHDRAWN |
static RevocationReasonCode |
RevocationReasonCode.SUPERSEDED |
static RevocationReasonCode |
RevocationReasonCode.UNSPECIFIED |
Modifier and Type | Method and Description |
---|---|
static RevocationReasonCode |
RevocationReasonCode.fromValue(String val)
Intantiate an enumeration member from a value.
|
RevocationReasonCode |
RevocationReason.getCode()
Get code
|
RevocationReasonCode |
HistoryItemState.getRevocationReason()
Get revocationReason
|
static RevocationReasonCode[] |
RevocationReasonCode.values()
Return an array containing the known enumeration values.
|
Modifier and Type | Method and Description |
---|---|
RevocationReason |
RevocationReason.code(RevocationReasonCode code) |
HistoryItemState |
HistoryItemState.revocationReason(RevocationReasonCode revocationReason) |
void |
RevocationReason.setCode(RevocationReasonCode code) |
void |
HistoryItemState.setRevocationReason(RevocationReasonCode revocationReason) |
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved