java.io.Serializable, java.lang.Comparable<KeyAuthorizationKeyProvider.KeyOpType>public static enum KeyAuthorizationKeyProvider.KeyOpType extends java.lang.Enum<KeyAuthorizationKeyProvider.KeyOpType>
| Enum Constant | Description |
|---|---|
ALL |
|
DECRYPT_EEK |
|
GENERATE_EEK |
|
MANAGEMENT |
|
READ |
| Modifier and Type | Method | Description |
|---|---|---|
static KeyAuthorizationKeyProvider.KeyOpType |
valueOf(java.lang.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(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.