org.bouncycastle.crypto.digests
Class GOST3411Digest
java.lang.Object
org.bouncycastle.crypto.digests.GOST3411Digest
- Digest
public class GOST3411Digest
extends java.lang.Object
implementation of GOST R 34.11-94
GOST3411Digest
public GOST3411Digest()
Standard constructor
GOST3411Digest
public GOST3411Digest(GOST3411Digest 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
processBlock
protected void processBlock(byte[] in,
int inOff)
update
public void update(byte[] in,
int inOff,
int len)
- update in interface Digest