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