protected static enum EncryptionKey.EncryptionKeyField extends Enum<EncryptionKey.EncryptionKeyField> implements org.apache.kerby.asn1.EnumType
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static EncryptionKey.EncryptionKeyField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionKey.EncryptionKeyField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncryptionKey.EncryptionKeyField KEY_TYPE
public static final EncryptionKey.EncryptionKeyField KEY_VALUE
public static EncryptionKey.EncryptionKeyField[] values()
for (EncryptionKey.EncryptionKeyField c : EncryptionKey.EncryptionKeyField.values()) System.out.println(c);
public static EncryptionKey.EncryptionKeyField 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 nullpublic int getValue()
getValue in interface org.apache.kerby.asn1.EnumTypepublic String getName()
getName in interface org.apache.kerby.asn1.EnumTypeCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.