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