Class ChecksumUtils


  • public class ChecksumUtils
    extends java.lang.Object
    Since:
    0.2.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static char[] DIGITS  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ChecksumUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String checksum​(Algorithm algorithm, java.nio.file.Path path)  
      private static java.lang.String encodeHex​(byte[] data)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DIGITS

        private static final char[] DIGITS
    • Constructor Detail

      • ChecksumUtils

        private ChecksumUtils()
    • Method Detail

      • checksum

        public static java.lang.String checksum​(Algorithm algorithm,
                                                java.nio.file.Path path)
      • encodeHex

        private static java.lang.String encodeHex​(byte[] data)