Package net.datenwerke.rs.utils.crypto
Class HashUtil
java.lang.Object
net.datenwerke.rs.utils.crypto.HashUtil
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provides convenience methods for creating cryptographic hash values
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HashUtil
public HashUtil()
-
-
Method Details
-
md5
-
md5
-
sha1
-
sha1
-
sha1ToString
-
sha1Bytes
public byte[] sha1Bytes(byte[] in) -
hashBytes
-
hashDirMD5
-