Package org.bouncycastle.crypto.internal
Interface ExtendedDigest
-
- All Superinterfaces:
Digest
- All Known Subinterfaces:
Xof
- All Known Implementing Classes:
GeneralDigest
public interface ExtendedDigest extends Digest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getByteLength()
Return the size in bytes of the internal buffer the digest applies it's compression function to.-
Methods inherited from interface org.bouncycastle.crypto.internal.Digest
doFinal, getAlgorithmName, getDigestSize, reset, update, update
-
-
-
-
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 interfaceDigest
- Returns:
- byte length of the digests internal buffer.
-
-