Package org.bouncycastle.crypto
Interface ExtendedDigest
-
- All Superinterfaces:
Digest
- All Known Implementing Classes:
GeneralDigest,LongDigest,MD5Digest,OpenSSLDigest,OpenSSLDigest.MD5,OpenSSLDigest.SHA1,OpenSSLDigest.SHA224,OpenSSLDigest.SHA256,OpenSSLDigest.SHA384,OpenSSLDigest.SHA512,SHA1Digest,SHA224Digest,SHA256Digest,SHA384Digest,SHA512Digest
public interface ExtendedDigest extends Digest
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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
-
-