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