Bouncy Castle Cryptography Library 1.81

org.bouncycastle.crypto
Interface SavableDigest

All Superinterfaces:
Digest, EncodableDigest, ExtendedDigest, Memoable
All Known Implementing Classes:
SHA256Digest

public interface SavableDigest
extends ExtendedDigest, EncodableDigest, Memoable

Extended digest which provides the ability to store state and provide an encoding.


Methods inherited from interface org.bouncycastle.crypto.ExtendedDigest
getByteLength
 
Methods inherited from interface org.bouncycastle.crypto.Digest
doFinal, getAlgorithmName, getDigestSize, reset, update, update
 
Methods inherited from interface org.bouncycastle.crypto.digests.EncodableDigest
getEncodedState
 
Methods inherited from interface org.bouncycastle.util.Memoable
copy, reset
 


Bouncy Castle Cryptography Library 1.81