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