org.bouncycastle.crypto.digests
Class TigerDigest
java.lang.Object
org.bouncycastle.crypto.digests.TigerDigest
- Digest, ExtendedDigest
public class TigerDigest
extends java.lang.Object
TigerDigest
public TigerDigest()
Standard constructor
TigerDigest
public TigerDigest(TigerDigest t)
Copy constructor. This will copy the state of the provided
message digest.
doFinal
public int doFinal(byte[] out,
int outOff)
- doFinal in interface Digest
getByteLength
public int getByteLength()
Return the size in bytes of the internal buffer the digest applies it's compression
function to.
- getByteLength in interface ExtendedDigest
- byte length of the digests internal buffer.
reset
public void reset()
reset the chaining variables
- reset in interface Digest
unpackWord
public void unpackWord(long r,
byte[] out,
int outOff)
update
public void update(byte[] in,
int inOff,
int len)
- update in interface Digest