org.bouncycastle.crypto

Interface ExtendedDigest

public interface ExtendedDigest extends Digest

Method Summary
intgetByteLength()
Return the size in bytes of the internal buffer the digest applies it's compression function to.

Method Detail

getByteLength

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