public static enum KMS.KMSOp extends Enum<KMS.KMSOp>
| Enum Constant and Description |
|---|
CREATE_KEY |
DECRYPT_EEK |
DELETE_KEY |
GENERATE_EEK |
GET_CURRENT_KEY |
GET_KEY_VERSION |
GET_KEY_VERSIONS |
GET_KEYS |
GET_KEYS_METADATA |
GET_METADATA |
ROLL_NEW_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static KMS.KMSOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KMS.KMSOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KMS.KMSOp CREATE_KEY
public static final KMS.KMSOp DELETE_KEY
public static final KMS.KMSOp ROLL_NEW_VERSION
public static final KMS.KMSOp GET_KEYS
public static final KMS.KMSOp GET_KEYS_METADATA
public static final KMS.KMSOp GET_KEY_VERSIONS
public static final KMS.KMSOp GET_METADATA
public static final KMS.KMSOp GET_KEY_VERSION
public static final KMS.KMSOp GET_CURRENT_KEY
public static final KMS.KMSOp GENERATE_EEK
public static final KMS.KMSOp DECRYPT_EEK
public static KMS.KMSOp[] values()
for (KMS.KMSOp c : KMS.KMSOp.values()) System.out.println(c);
public static KMS.KMSOp 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 nullCopyright © 2018 CERN. All Rights Reserved.