org.bouncycastle.crypto.macs
public class GOST28147Mac extends Object implements Mac
Constructor Summary | |
---|---|
GOST28147Mac() |
Method Summary | |
---|---|
int | doFinal(byte[] out, int outOff) |
String | getAlgorithmName() |
int | getMacSize() |
void | init(CipherParameters params) |
void | reset() |
void | update(byte in) |
void | update(byte[] in, int inOff, int len) |