public enum CertMetadataIdentifier extends Enum<CertMetadataIdentifier>
| Enum Constant and Description |
|---|
C |
CN |
DC |
DN |
L |
O |
OU |
SAN |
SHA1 |
SNID |
ST |
STREET |
UID |
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
IDENTIFIERS |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getValue() |
static CertMetadataIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertMetadataIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CertMetadataIdentifier DC
public static final CertMetadataIdentifier CN
public static final CertMetadataIdentifier OU
public static final CertMetadataIdentifier O
public static final CertMetadataIdentifier STREET
public static final CertMetadataIdentifier L
public static final CertMetadataIdentifier ST
public static final CertMetadataIdentifier C
public static final CertMetadataIdentifier UID
public static final CertMetadataIdentifier DN
public static final CertMetadataIdentifier SAN
public static final CertMetadataIdentifier SNID
public static final CertMetadataIdentifier SHA1
public static CertMetadataIdentifier[] values()
for (CertMetadataIdentifier c : CertMetadataIdentifier.values()) System.out.println(c);
public static CertMetadataIdentifier 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 String getValue()
public String getDescription()