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