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