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) |
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)
Copyright © 2018. All rights reserved.