Interface SHA1Hasher.Impl

All Known Implementing Classes:
SHA1Hasher.DigestImpl, SHA1Hasher.LocalImpl
Enclosing class:
SHA1Hasher

private static interface SHA1Hasher.Impl
  • Method Details

    • calculateHash

      byte[] calculateHash(byte[] bytes)
    • calculateHash

      byte[] calculateHash(ByteBuffer buffer)
    • update

      void update(byte[] data)
    • update

      void update(byte[] data, int pos, int len)
    • getDigest

      byte[] getDigest()