Uses of Class
me.saro.commons.converter.HashAlgorithm
-
Packages that use HashAlgorithm Package Description me.saro.commons me.saro.commons.converter -
-
Uses of HashAlgorithm in me.saro.commons
Methods in me.saro.commons with parameters of type HashAlgorithm Modifier and Type Method Description static byte[]Converter. toHash(HashAlgorithm hashAlgorithm, byte[] data)to Hashstatic byte[]Converter. toHash(HashAlgorithm hashAlgorithm, java.lang.String text)to Hash
charset is UTF-8static byte[]Converter. toHash(HashAlgorithm hashAlgorithm, java.lang.String text, java.lang.String charset)to Hashstatic java.lang.StringConverter. toHashHex(HashAlgorithm hashAlgorithm, java.lang.String text)static java.lang.StringConverter. toHashHex(HashAlgorithm hashAlgorithm, java.lang.String text, java.lang.String charset) -
Uses of HashAlgorithm in me.saro.commons.converter
Methods in me.saro.commons.converter that return HashAlgorithm Modifier and Type Method Description static HashAlgorithmHashAlgorithm. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HashAlgorithm[]HashAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.
-