Class BCMessageDigest

    • Method Summary

      Modifier and Type Method Description
      byte[] digest()  
      int getDigestLength()  
      void reset()  
      void update​(byte b)  
      void update​(byte[] bytes)  
      void update​(byte[] bytes, int offset, int len)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait