Class Hasher


  • public class Hasher
    extends java.lang.Object
    Adapted from Adept Hasher with permission (REMOVE THIS FILE AND REPLACE)
    • Constructor Summary

      Constructors 
      Constructor Description
      Hasher()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String hash​(byte[] bytes)  
      static java.lang.String hash​(java.io.InputStream is)  
      • Methods inherited from class java.lang.Object

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

      • Hasher

        public Hasher()
    • Method Detail

      • hash

        public static java.lang.String hash​(byte[] bytes)
      • hash

        public static java.lang.String hash​(java.io.InputStream is)
                                     throws java.io.IOException
        Throws:
        java.io.IOException