public static enum ContentDigests.KNOWN_DIGESTS extends java.lang.Enum<ContentDigests.KNOWN_DIGESTS>
Modifier and Type | Method and Description |
---|---|
static ContentDigests.KNOWN_DIGESTS |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null