public final class KeyedHashFunctions extends java.lang.Object
protected
KeyedHashFunctions(Digest digest, int digestSize)
protected byte[]
F(byte[] key, byte[] in)
H(byte[] key, byte[] in)
HMsg(byte[] key, byte[] in)
PRF(byte[] key, byte[] address)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected KeyedHashFunctions(Digest digest, int digestSize)
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)