static String |
HashGenerator.createHash(byte input,
HashGenerator.HashAlgorithm hashAlgorithm) |
Generates a hexadecimal hash of a byte.
|
static String |
HashGenerator.createHash(char[] input,
HashGenerator.HashAlgorithm hashAlgorithm) |
Generates a hexadecimal hash of a character array.
|
static String |
HashGenerator.createHash(char input,
HashGenerator.HashAlgorithm hashAlgorithm) |
Generates a hexadecimal hash of a char and/or its wrapper class.
|
static String |
HashGenerator.createHash(double input,
HashGenerator.HashAlgorithm hashAlgorithm) |
Generates a hexadecimal hash of a double and/or its wrapper class.
|
static String |
HashGenerator.createHash(float input,
HashGenerator.HashAlgorithm hashAlgorithm) |
Generates a hexadecimal hash of a long and/or its wrapper class.
|
static String |
HashGenerator.createHash(int input,
HashGenerator.HashAlgorithm hashAlgorithm) |
Generates a hexadecimal hash of a int and/or its wrapper class.
|
static String |
HashGenerator.createHash(long input,
HashGenerator.HashAlgorithm hashAlgorithm) |
Generates a hexadecimal hash of a long and/or its wrapper class.
|
static String |
HashGenerator.createHash(short input,
HashGenerator.HashAlgorithm hashAlgorithm) |
Generates a hexadecimal hash of a short and/or its wrapper class.
|
static String |
HashGenerator.createHash(String input,
String encoding,
HashGenerator.HashAlgorithm hashAlgorithm) |
Generates a hexadecimal hash of a double and/or its wrapper class.
|
void |
HashGenerator.setHashAlgo(HashGenerator.HashAlgorithm hashAlgo) |
Sets the hash algorithm to be used for the next invocation the overloaded
createHash methods.
|