|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.crypto.HMACGenerator
net.i2p.crypto.HMAC256Generator
public class HMAC256Generator
Calculate the HMAC-SHA256 of a key+message. All the good stuff occurs
in HMac
and
MD5Digest
.
Field Summary |
---|
Fields inherited from class net.i2p.crypto.HMACGenerator |
---|
_available |
Constructor Summary | |
---|---|
HMAC256Generator(I2PAppContext context)
|
Method Summary | |
---|---|
protected HMac |
acquire()
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class net.i2p.crypto.HMACGenerator |
---|
calculate, calculate, verify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HMAC256Generator(I2PAppContext context)
Method Detail |
---|
protected HMac acquire()
acquire
in class HMACGenerator
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |