Package org.bouncycastle.crypto
Interface ExtendedDigest
- All Superinterfaces:
Digest
- All Known Subinterfaces:
Xof
- All Known Implementing Classes:
KeccakDigest,LongDigest,SHA3Digest,SHA512Digest,SHAKEDigest
-
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.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.- Returns:
- byte length of the digests internal buffer.
-