org.bouncycastle.crypto.macs

Class GOST28147Mac

public class GOST28147Mac extends Object implements Mac

implementation of GOST 28147-89 MAC
Constructor Summary
GOST28147Mac()
Method Summary
intdoFinal(byte[] out, int outOff)
StringgetAlgorithmName()
intgetMacSize()
voidinit(CipherParameters params)
voidreset()
voidupdate(byte in)
voidupdate(byte[] in, int inOff, int len)

Constructor Detail

GOST28147Mac

public GOST28147Mac()

Method Detail

doFinal

public int doFinal(byte[] out, int outOff)

getAlgorithmName

public String getAlgorithmName()

getMacSize

public int getMacSize()

init

public void init(CipherParameters params)

reset

public void reset()

update

public void update(byte in)

update

public void update(byte[] in, int inOff, int len)