Uses of Class
de.jjohannes.maven.gmm.checksums.HashValue
-
Packages that use HashValue Package Description de.jjohannes.maven.gmm.checksums -
-
Uses of HashValue in de.jjohannes.maven.gmm.checksums
Methods in de.jjohannes.maven.gmm.checksums that return HashValue Modifier and Type Method Description static HashValue
HashUtil. createHash(java.io.File file, java.lang.String algorithm)
static HashValue
HashUtil. createHash(java.io.InputStream instr, java.lang.String algorithm)
static HashValue
HashUtil. sha1(java.io.File file)
static HashValue
HashUtil. sha256(java.io.File file)
static HashValue
HashUtil. sha512(java.io.File file)
-