| Enum Constant | 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 |
|
INVALIDATE_CACHE |
|
REENCRYPT_EEK |
|
REENCRYPT_EEK_BATCH |
|
ROLL_NEW_VERSION |
| Modifier and Type | Method | Description |
|---|---|---|
static KMS.KMSOp |
valueOf(java.lang.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 INVALIDATE_CACHE
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 final KMS.KMSOp REENCRYPT_EEK
public static final KMS.KMSOp REENCRYPT_EEK_BATCH
public static KMS.KMSOp[] values()
for (KMS.KMSOp c : KMS.KMSOp.values()) System.out.println(c);
public static KMS.KMSOp valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2008–2025 Apache Software Foundation. All rights reserved.