public static enum ApacheDigester.Digester extends Enum<ApacheDigester.Digester>
Modifier and Type | Method and Description |
---|---|
static ApacheDigester.Digester |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApacheDigester.Digester[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApacheDigester.Digester MD5
public static final ApacheDigester.Digester SHA
public static final ApacheDigester.Digester SHA256
public static final ApacheDigester.Digester SHA348
public static final ApacheDigester.Digester SHA512
public static ApacheDigester.Digester[] values()
for (ApacheDigester.Digester c : ApacheDigester.Digester.values()) System.out.println(c);
public static ApacheDigester.Digester 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 null