public interface

ExtendedDigest

implements Digest
org.bouncycastle.crypto.ExtendedDigest
Known Indirect Subclasses

Summary

Public Methods
abstract int getByteLength()
Return the size in bytes of the internal buffer the digest applies it's compression function to.
[Expand]
Inherited Methods
From interface org.bouncycastle.crypto.Digest

Public Methods

public abstract 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.