org.bouncycastle.crypto.digests
public class GOST3411Digest extends Object implements ExtendedDigest
| Constructor Summary | |
|---|---|
| GOST3411Digest()
Standard constructor | |
| GOST3411Digest(GOST3411Digest t)
Copy constructor. | |
| Method Summary | |
|---|---|
| int | doFinal(byte[] out, int outOff) |
| String | getAlgorithmName() |
| int | getByteLength() |
| int | getDigestSize() |
| protected void | processBlock(byte[] in, int inOff) |
| void | reset() |
| void | update(byte in) |
| void | update(byte[] in, int inOff, int len) |