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