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