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