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