Package org.bouncycastle.crypto
Interface ExtendedDigest
- All Superinterfaces:
Digest
- All Known Implementing Classes:
GeneralDigest,LongDigest,MD5Digest,OpenSSLDigest,OpenSSLDigest.MD5,OpenSSLDigest.SHA1,OpenSSLDigest.SHA256,OpenSSLDigest.SHA384,OpenSSLDigest.SHA512,SHA1Digest,SHA256Digest,SHA384Digest,SHA512Digest
public interface ExtendedDigest extends Digest
-
Method Summary
Modifier and Type Method Description intgetByteLength()Return 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.
-