public final class KeyedHashFunctions
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
KeyedHashFunctions(Digest digest,
int digestSize) |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
F(byte[] key,
byte[] in) |
protected byte[] |
H(byte[] key,
byte[] in) |
protected byte[] |
HMsg(byte[] key,
byte[] in) |
protected byte[] |
PRF(byte[] key,
byte[] address) |
protected KeyedHashFunctions(Digest digest, int digestSize)