Uses of Class
net.i2p.crypto.HMACGenerator
Packages that use 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
Subclasses of HMACGenerator in net.i2p.cryptoModifier and TypeClassDescriptionfinal class
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.udpModifier and TypeClassDescription(package private) class
Calculate the HMAC-MD5-128 of a key+message.Methods in net.i2p.router.transport.udp that return HMACGeneratorMethods in net.i2p.router.transport.udp with parameters of type HMACGeneratorModifier and TypeMethodDescriptionboolean
UDPPacket.validate
(SessionKey macKey, HMACGenerator hmac) Validate the packet against the MAC specified, returning true if the MAC matches, false otherwise.