public class BaseMAC extends java.lang.Object implements MAC
MAC
implementations based on the JCE provider.Constructor and Description |
---|
BaseMAC(java.lang.String algorithm,
int bsize,
int defbsize) |
Modifier and Type | Method and Description |
---|---|
byte[] |
doFinal() |
byte[] |
doFinal(byte[] input) |
void |
doFinal(byte[] buf,
int offset) |
int |
getBlockSize() |
void |
init(byte[] key) |
void |
update(byte[] foo) |
void |
update(byte[] foo,
int s,
int l) |
void |
update(long i) |
public int getBlockSize()
getBlockSize
in interface MAC