@Generated(value="OracleSDKGenerator", comments="API Version: 20210224") public enum RevocationReason extends Enum<RevocationReason> implements BmcEnum
The current reason for the certificate’s revocation.
Enum Constant and Description |
---|
AaCompromise |
AffiliationChanged |
CaCompromise |
CessationOfOperation |
KeyCompromise |
PrivilegeWithdrawn |
Superseded |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Unspecified |
Modifier and Type | Method and Description |
---|---|
static RevocationReason |
create(String key) |
String |
getValue() |
static RevocationReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevocationReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RevocationReason Unspecified
public static final RevocationReason KeyCompromise
public static final RevocationReason CaCompromise
public static final RevocationReason AffiliationChanged
public static final RevocationReason Superseded
public static final RevocationReason CessationOfOperation
public static final RevocationReason PrivilegeWithdrawn
public static final RevocationReason AaCompromise
public static final RevocationReason UnknownEnumValue
public static RevocationReason[] values()
for (RevocationReason c : RevocationReason.values()) System.out.println(c);
public static RevocationReason valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static RevocationReason create(String key)
Copyright © 2016–2024. All rights reserved.