protected static enum KEKRecipientInfo.KEKRecipientInfoField extends Enum<KEKRecipientInfo.KEKRecipientInfoField> implements EnumType
| Enum Constant and Description |
|---|
ENCRYPTED_KEY |
KE_KID |
KEY_ENCRYPTION_ALGORITHM |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static KEKRecipientInfo.KEKRecipientInfoField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KEKRecipientInfo.KEKRecipientInfoField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KEKRecipientInfo.KEKRecipientInfoField VERSION
public static final KEKRecipientInfo.KEKRecipientInfoField KE_KID
public static final KEKRecipientInfo.KEKRecipientInfoField KEY_ENCRYPTION_ALGORITHM
public static final KEKRecipientInfo.KEKRecipientInfoField ENCRYPTED_KEY
public static KEKRecipientInfo.KEKRecipientInfoField[] values()
for (KEKRecipientInfo.KEKRecipientInfoField c : KEKRecipientInfo.KEKRecipientInfoField.values()) System.out.println(c);
public static KEKRecipientInfo.KEKRecipientInfoField 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 © 2014–2019 The Apache Software Foundation. All rights reserved.