Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
k_xor_ipad |
(package private) byte[] |
k_xor_opad |
(package private) Digest |
md |
(package private) int |
size |
(package private) byte[] |
tmp |
Modifier and Type | Method and Description |
---|---|
void |
digest(byte[] out) |
void |
digest(byte[] out,
int off) |
int |
getDigestLength() |
void |
reset() |
void |
update(byte b) |
void |
update(byte[] b) |
void |
update(byte[] b,
int off,
int len) |
Digest md
byte[] k_xor_ipad
byte[] k_xor_opad
byte[] tmp
int size
public HMAC(Digest md, byte[] key, int size)
public final int getDigestLength()
getDigestLength
in interface Digest
public final void update(byte[] b, int off, int len)