public interface MAC
Modifier and Type | Method and Description |
---|---|
void |
doFinal(byte[] buf,
int offset) |
int |
getBlockSize() |
java.lang.String |
getName() |
void |
init(byte[] key) |
void |
update(byte[] foo,
int start,
int len) |
void |
update(int foo) |