net.i2p.crypto
Class HMAC256Generator
java.lang.Object
net.i2p.crypto.HMACGenerator
net.i2p.crypto.HMAC256Generator
public class HMAC256Generator
- extends HMACGenerator
Calculate the HMAC-SHA256 of a key+message. All the good stuff occurs
in I2PHMac
and
MD5Digest
.
deprecated unused
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HMAC256Generator
public HMAC256Generator(I2PAppContext context)
acquire
protected I2PHMac acquire()
- Overrides:
acquire
in class HMACGenerator