Serializable
, Comparable<ContentDigests.KNOWN_DIGESTS>
public static enum ContentDigests.KNOWN_DIGESTS extends Enum<ContentDigests.KNOWN_DIGESTS>
Modifier and Type | Method | Description |
---|---|---|
static ContentDigests.KNOWN_DIGESTS |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ContentDigests.KNOWN_DIGESTS[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentDigests.KNOWN_DIGESTS BD
public static final ContentDigests.KNOWN_DIGESTS SD
public static final ContentDigests.KNOWN_DIGESTS B5
public static final ContentDigests.KNOWN_DIGESTS S5
public static final ContentDigests.KNOWN_DIGESTS B1
public static final ContentDigests.KNOWN_DIGESTS S1
public static ContentDigests.KNOWN_DIGESTS[] values()
for (ContentDigests.KNOWN_DIGESTS c : ContentDigests.KNOWN_DIGESTS.values()) System.out.println(c);
public static ContentDigests.KNOWN_DIGESTS 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