|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HashCalculator.Algorithms | |
---|---|
cluster5.shared.utils |
Uses of HashCalculator.Algorithms in cluster5.shared.utils |
---|
Methods in cluster5.shared.utils that return HashCalculator.Algorithms | |
---|---|
static HashCalculator.Algorithms |
HashCalculator.Algorithms.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HashCalculator.Algorithms[] |
HashCalculator.Algorithms.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in cluster5.shared.utils with parameters of type HashCalculator.Algorithms | |
---|---|
java.lang.String |
HashCalculator.getHash(java.io.File file,
HashCalculator.Algorithms algorithm)
Calculates hash of the specified file using the algorithm. |
java.lang.String |
HashCalculator.getHash(java.io.InputStream inputStream,
HashCalculator.Algorithms algorithm)
Calculates hash of the data passed in the input stream using the specified algorithm. |
java.lang.String |
HashCalculator.getHash(java.lang.String message,
HashCalculator.Algorithms algorithm)
Calculates hash of the message using the specified algorithm. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |