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