Uses of Class
net.i2p.crypto.HMACGenerator
Package | Description |
---|---|
net.i2p.crypto |
These classes provide a number of low-level cryptographic routines.
|
net.i2p.router.transport.udp |
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
|
-
Uses of HMACGenerator in net.i2p.crypto
Subclasses of HMACGenerator in net.i2p.crypto Modifier and Type Class Description class
HMAC256Generator
Calculate the HMAC-SHA256 of a key+message. -
Uses of HMACGenerator in net.i2p.router.transport.udp
Subclasses of HMACGenerator in net.i2p.router.transport.udp Modifier and Type Class Description (package private) class
SSUHMACGenerator
Calculate the HMAC-MD5-128 of a key+message.Methods in net.i2p.router.transport.udp that return HMACGenerator Modifier and Type Method Description (package private) HMACGenerator
UDPTransport. getHMAC()
Methods in net.i2p.router.transport.udp with parameters of type HMACGenerator Modifier and Type Method Description boolean
UDPPacket. validate(SessionKey macKey, HMACGenerator hmac)
Validate the packet against the MAC specified, returning true if the MAC matches, false otherwise.