Package org.bouncycastle.crypto.internal
Interface ExtendedDigest
- All Superinterfaces:
Digest
- All Known Subinterfaces:
Xof
- All Known Implementing Classes:
GeneralDigest
-
Method Summary
Modifier and TypeMethodDescriptionintReturn 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 Details
-
getByteLength
int getByteLength()Return the size in bytes of the internal buffer the digest applies it's compression function to.- Specified by:
getByteLengthin interfaceDigest- Returns:
- byte length of the digests internal buffer.
-