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