public static enum KeyAuthorizationKeyProvider.KeyOpType extends Enum<KeyAuthorizationKeyProvider.KeyOpType>
| Enum Constant and Description |
|---|
ALL |
DECRYPT_EEK |
GENERATE_EEK |
MANAGEMENT |
READ |
| Modifier and Type | Method and Description |
|---|---|
static KeyAuthorizationKeyProvider.KeyOpType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyAuthorizationKeyProvider.KeyOpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyAuthorizationKeyProvider.KeyOpType ALL
public static final KeyAuthorizationKeyProvider.KeyOpType READ
public static final KeyAuthorizationKeyProvider.KeyOpType MANAGEMENT
public static final KeyAuthorizationKeyProvider.KeyOpType GENERATE_EEK
public static final KeyAuthorizationKeyProvider.KeyOpType DECRYPT_EEK
public static KeyAuthorizationKeyProvider.KeyOpType[] values()
for (KeyAuthorizationKeyProvider.KeyOpType c : KeyAuthorizationKeyProvider.KeyOpType.values()) System.out.println(c);
public static KeyAuthorizationKeyProvider.KeyOpType 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 © 2008–2020 Apache Software Foundation. All rights reserved.