| Constructor and Description |
|---|
HMAC(java.lang.String type,
byte[] key) |
| Modifier and Type | Method and Description |
|---|---|
void |
getMac(byte[] out,
int off) |
void |
initMac(int seq) |
boolean |
isEncryptThenMac() |
int |
size() |
void |
update(byte[] packetdata,
int off,
int len) |
public final void update(byte[] packetdata,
int off,
int len)
public boolean isEncryptThenMac()
isEncryptThenMac in interface MAC