Package ushiosan.jvm_utilities.lang.io
Class StandardAlgorithms
java.lang.Object
ushiosan.jvm_utilities.lang.io.StandardAlgorithms
Class that contains only the name of the algorithms used for the data hash.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns all the algorithms available in the JVM for use in theMessageDigestobjects
-
Field Details
-
MD5
MD5 Algorithm- See Also:
-
SHA1
SHA-1 Algorithm- See Also:
-
SHA256
SHA-256 Algorithm- See Also:
-
SHA512
SHA-512 Algorithm- See Also:
-
-
Method Details
-
getSupportedAlgorithms
Returns all the algorithms available in the JVM for use in theMessageDigestobjects- Returns:
- all JVM algorithms
-