B C D F G H I L M S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BYTE - com.ryanchapin.util.HashGenerator.DataType
- bytesToHex(byte[]) - Static method in class com.ryanchapin.util.HashGenerator
-
Generates a hexadecimal String representation of the hashed bytes.
C
- CHARACTER - com.ryanchapin.util.HashGenerator.DataType
- CHARACTER_ARRAY - com.ryanchapin.util.HashGenerator.DataType
- com.ryanchapin.util - package com.ryanchapin.util
- createHash(byte) - Method in class com.ryanchapin.util.HashGenerator
-
Generates a hexadecimal hash of a byte and/or its wrapper class.
- createHash(byte, HashGenerator.HashAlgorithm) - Static method in class com.ryanchapin.util.HashGenerator
-
Generates a hexadecimal hash of a byte.
- createHash(char) - Method in class com.ryanchapin.util.HashGenerator
-
Generates a hexadecimal hash of a char and/or its wrapper class.
- createHash(char[]) - Method in class com.ryanchapin.util.HashGenerator
-
Generates a hexadecimal hash of a character array.
- createHash(char[], HashGenerator.HashAlgorithm) - Static method in class com.ryanchapin.util.HashGenerator
-
Generates a hexadecimal hash of a character array.
- createHash(char, HashGenerator.HashAlgorithm) - Static method in class com.ryanchapin.util.HashGenerator
-
Generates a hexadecimal hash of a char and/or its wrapper class.
- createHash(double) - Method in class com.ryanchapin.util.HashGenerator
-
Generates a hexadecimal hash of a double and/or its wrapper class.
- createHash(double, HashGenerator.HashAlgorithm) - Static method in class com.ryanchapin.util.HashGenerator
-
Generates a hexadecimal hash of a double and/or its wrapper class.
- createHash(float) - Method in class com.ryanchapin.util.HashGenerator
-
Generates a hexadecimal hash of a long and/or its wrapper class.
- createHash(float, HashGenerator.HashAlgorithm) - Static method in class com.ryanchapin.util.HashGenerator
-
Generates a hexadecimal hash of a long and/or its wrapper class.
- createHash(int) - Method in class com.ryanchapin.util.HashGenerator
-
Generates a hexadecimal hash of a int and/or its wrapper class.
- createHash(int, HashGenerator.HashAlgorithm) - Static method in class com.ryanchapin.util.HashGenerator
-
Generates a hexadecimal hash of a int and/or its wrapper class.
- createHash(long) - Method in class com.ryanchapin.util.HashGenerator
-
Generates a hexadecimal hash of a long and/or its wrapper class.
- createHash(long, HashGenerator.HashAlgorithm) - Static method in class com.ryanchapin.util.HashGenerator
-
Generates a hexadecimal hash of a long and/or its wrapper class.
- createHash(short) - Method in class com.ryanchapin.util.HashGenerator
-
Generates a hexadecimal hash of a short and/or its wrapper class.
- createHash(short, HashGenerator.HashAlgorithm) - Static method in class com.ryanchapin.util.HashGenerator
-
Generates a hexadecimal hash of a short and/or its wrapper class.
- createHash(String, String) - Method in class com.ryanchapin.util.HashGenerator
-
Generates a hexadecimal hash of a double and/or its wrapper class.
- createHash(String, String, HashGenerator.HashAlgorithm) - Static method in class com.ryanchapin.util.HashGenerator
-
Generates a hexadecimal hash of a double and/or its wrapper class.
D
- DOUBLE - com.ryanchapin.util.HashGenerator.DataType
F
- FLOAT - com.ryanchapin.util.HashGenerator.DataType
G
- getAlgo() - Method in enum com.ryanchapin.util.HashGenerator.HashAlgorithm
- getHashAlgo() - Method in class com.ryanchapin.util.HashGenerator
-
Get the currently configured hash algorithm setting.
H
- HashGenerator - Class in com.ryanchapin.util
-
The
HashGenerator
is a class used for creating hexadecimal hashes for multiple types of input data. - HashGenerator() - Constructor for class com.ryanchapin.util.HashGenerator
-
Default constructor.
- HashGenerator(HashGenerator.HashAlgorithm) - Constructor for class com.ryanchapin.util.HashGenerator
-
Initializes a new
HashGenerator
instance such that subsequent calls can be made passing in only the data to be hashed. - HashGenerator.DataType - Enum in com.ryanchapin.util
-
Data types supported by the HashGenerator.
- HashGenerator.HashAlgorithm - Enum in com.ryanchapin.util
-
Supported hashing algorithms.
I
- INTEGER - com.ryanchapin.util.HashGenerator.DataType
L
- LONG - com.ryanchapin.util.HashGenerator.DataType
M
- MD2SUM - com.ryanchapin.util.HashGenerator.HashAlgorithm
- MD5SUM - com.ryanchapin.util.HashGenerator.HashAlgorithm
S
- setHashAlgo(HashGenerator.HashAlgorithm) - Method in class com.ryanchapin.util.HashGenerator
-
Sets the hash algorithm to be used for the next invocation the overloaded createHash methods.
- SHA1SUM - com.ryanchapin.util.HashGenerator.HashAlgorithm
- SHA256SUM - com.ryanchapin.util.HashGenerator.HashAlgorithm
- SHA384SUM - com.ryanchapin.util.HashGenerator.HashAlgorithm
- SHA512SUM - com.ryanchapin.util.HashGenerator.HashAlgorithm
- SHORT - com.ryanchapin.util.HashGenerator.DataType
- STRING - com.ryanchapin.util.HashGenerator.DataType
V
- valueOf(String) - Static method in enum com.ryanchapin.util.HashGenerator.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ryanchapin.util.HashGenerator.HashAlgorithm
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.ryanchapin.util.HashGenerator.DataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.ryanchapin.util.HashGenerator.HashAlgorithm
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages