public static enum STRParser.REFERENCE_TYPE extends Enum<STRParser.REFERENCE_TYPE>
| Enum Constant and Description |
|---|
DIRECT_REF |
ISSUER_SERIAL |
KEY_IDENTIFIER |
THUMBPRINT_SHA1 |
| Modifier and Type | Method and Description |
|---|---|
static STRParser.REFERENCE_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STRParser.REFERENCE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STRParser.REFERENCE_TYPE ISSUER_SERIAL
public static final STRParser.REFERENCE_TYPE THUMBPRINT_SHA1
public static final STRParser.REFERENCE_TYPE KEY_IDENTIFIER
public static final STRParser.REFERENCE_TYPE DIRECT_REF
public static STRParser.REFERENCE_TYPE[] values()
for (STRParser.REFERENCE_TYPE c : STRParser.REFERENCE_TYPE.values()) System.out.println(c);
public static STRParser.REFERENCE_TYPE 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 © 2018 JBoss by Red Hat. All rights reserved.