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