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