protected static enum SignerIdentifier.SignerIdentifierField extends Enum<SignerIdentifier.SignerIdentifierField> implements EnumType
| Enum Constant and Description |
|---|
ISSUER_AND_SERIAL_NUMBER |
SUBJECT_KEY_IDENTIFIER |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static SignerIdentifier.SignerIdentifierField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignerIdentifier.SignerIdentifierField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignerIdentifier.SignerIdentifierField ISSUER_AND_SERIAL_NUMBER
public static final SignerIdentifier.SignerIdentifierField SUBJECT_KEY_IDENTIFIER
public static SignerIdentifier.SignerIdentifierField[] values()
for (SignerIdentifier.SignerIdentifierField c : SignerIdentifier.SignerIdentifierField.values()) System.out.println(c);
public static SignerIdentifier.SignerIdentifierField 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–2022 The Apache Software Foundation. All rights reserved.