http://i2p-javadocs.i2p/net/i2p/crypto/HKDF.html
Object clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait Constructor Details HKDF public HKDF ( I2PAppContext context) Thread safe, no state, can be reused Method Details calculate public void calculate (byte[] key,
byte[] data,
byte[] out) One output, no info. Parameters: key - first 32 bytes used as the key out - must be exactly 32 bytes calculate public void calculate (byte[] key,
byte[] data, String info,
byte[] out)...