Interface ExtendedDigest

  • All Superinterfaces:
    Digest
    All Known Subinterfaces:
    Xof
    All Known Implementing Classes:
    GeneralDigest

    public interface ExtendedDigest
    extends Digest
    • Method Detail

      • getByteLength

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