Package org.honton.chas.bom
Class Sha1
java.lang.Object
org.honton.chas.bom.Sha1
Calculate digest for a file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringencode(byte[] bytes) getChecksum(Path path) byte[]getChecksumBytes(Path path)
-
Constructor Details
-
Sha1
- Throws:
NoSuchAlgorithmException
-
-
Method Details
-
encode
-
getChecksumBytes
- Throws:
IOException
-
getChecksum
- Throws:
IOException
-