protected static enum AttributeCertificate.AttributeCertificateField extends Enum<AttributeCertificate.AttributeCertificateField> implements EnumType
| Enum Constant and Description |
|---|
ACI_INFO |
SIGNATURE_ALGORITHM |
SIGNATURE_VALUE |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static AttributeCertificate.AttributeCertificateField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeCertificate.AttributeCertificateField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeCertificate.AttributeCertificateField ACI_INFO
public static final AttributeCertificate.AttributeCertificateField SIGNATURE_ALGORITHM
public static final AttributeCertificate.AttributeCertificateField SIGNATURE_VALUE
public static AttributeCertificate.AttributeCertificateField[] values()
for (AttributeCertificate.AttributeCertificateField c : AttributeCertificate.AttributeCertificateField.values()) System.out.println(c);
public static AttributeCertificate.AttributeCertificateField 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.