Class SHA1Hasher.LocalImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private SHA1 sha1  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LocalImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] calculateHash​(byte[] bytes)  
      byte[] calculateHash​(java.nio.ByteBuffer buffer)  
      byte[] getDigest()  
      void update​(byte[] data)  
      void update​(byte[] data, int pos, int len)  
      void update​(java.nio.ByteBuffer buffer)  
      • Methods inherited from class java.lang.Object

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

      • sha1

        private final SHA1 sha1
    • Constructor Detail

      • LocalImpl

        private LocalImpl()