Interface ExtendedDigest

All Superinterfaces:
Digest
All Known Implementing Classes:
GeneralDigest, SHA256Digest

public interface ExtendedDigest extends Digest
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Return the size in bytes of the internal buffer the digest applies it's compression function to.

    Methods inherited from interface com.ongres.scram.common.bouncycastle.pbkdf2.Digest

    doFinal, getAlgorithmName, getDigestSize, reset, update, update
  • Method Details

    • getByteLength

      int getByteLength()
      Return the size in bytes of the internal buffer the digest applies it's compression function to.
      Returns:
      byte length of the digests internal buffer.