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