public interface MAC
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 start,
int len) |
void |
update(long foo) |