Package | Description |
---|---|
com.scvngr.levelup.core.util |
Modifier and Type | Method and Description |
---|---|
static CryptographicHashUtil.Algorithms |
CryptographicHashUtil.Algorithms.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CryptographicHashUtil.Algorithms[] |
CryptographicHashUtil.Algorithms.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
CryptographicHashUtil.getHexHash(String toHash,
CryptographicHashUtil.Algorithms algorithm)
Takes any string and returns a cryptographic hash of that string in hexadecimal.
|