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