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