protected static enum KeyTransRecipientInfo.KTRInfoField extends Enum<KeyTransRecipientInfo.KTRInfoField> implements EnumType
| Enum Constant and Description |
|---|
ENCRYPTED_KEY |
KEY_ENCRYPTION_ALGORITHM |
RID |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static KeyTransRecipientInfo.KTRInfoField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyTransRecipientInfo.KTRInfoField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyTransRecipientInfo.KTRInfoField VERSION
public static final KeyTransRecipientInfo.KTRInfoField RID
public static final KeyTransRecipientInfo.KTRInfoField KEY_ENCRYPTION_ALGORITHM
public static final KeyTransRecipientInfo.KTRInfoField ENCRYPTED_KEY
public static KeyTransRecipientInfo.KTRInfoField[] values()
for (KeyTransRecipientInfo.KTRInfoField c : KeyTransRecipientInfo.KTRInfoField.values()) System.out.println(c);
public static KeyTransRecipientInfo.KTRInfoField 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.