HMACMD5, HMACMD5, HMACMD596, HMACMD596, HMACSHA1, HMACSHA1, HMACSHA196, HMACSHA196, HMACSHA256, HMACSHA512public interface MAC
| Modifier and Type | Method | 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) |