Uses of Class
net.i2p.crypto.HMACGenerator
Package
Description
These classes provide a number of low-level cryptographic routines.
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of HMACGenerator in net.i2p.crypto
Modifier and TypeClassDescriptionfinal class
Calculate the HMAC-SHA256 of a key+message. -
Uses of HMACGenerator in net.i2p.router.transport.udp
Modifier and TypeClassDescription(package private) class
Calculate the HMAC-MD5-128 of a key+message.Modifier and TypeMethodDescriptionboolean
UDPPacket.validate
(SessionKey macKey, HMACGenerator hmac) Validate the packet against the MAC specified, returning true if the MAC matches, false otherwise.