public static enum CaEnrollBenchEntry.RandomDn extends Enum<CaEnrollBenchEntry.RandomDn>
| Enum Constant and Description |
|---|
CN |
GIVENNAME |
O |
OU |
POSTALCODE |
STREET |
SURNAME |
| Modifier and Type | Method and Description |
|---|---|
static CaEnrollBenchEntry.RandomDn |
getInstance(String text) |
static CaEnrollBenchEntry.RandomDn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaEnrollBenchEntry.RandomDn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CaEnrollBenchEntry.RandomDn GIVENNAME
public static final CaEnrollBenchEntry.RandomDn SURNAME
public static final CaEnrollBenchEntry.RandomDn STREET
public static final CaEnrollBenchEntry.RandomDn POSTALCODE
public static final CaEnrollBenchEntry.RandomDn O
public static final CaEnrollBenchEntry.RandomDn OU
public static final CaEnrollBenchEntry.RandomDn CN
public static CaEnrollBenchEntry.RandomDn[] values()
for (CaEnrollBenchEntry.RandomDn c : CaEnrollBenchEntry.RandomDn.values()) System.out.println(c);
public static CaEnrollBenchEntry.RandomDn 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 static CaEnrollBenchEntry.RandomDn getInstance(String text)
Copyright © 2020. All rights reserved.