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.cryptoSubclasses of HMACGenerator in net.i2p.cryptoModifier and TypeClassDescriptionfinal classCalculate the HMAC-SHA256 of a key+message.
- 
Uses of HMACGenerator in net.i2p.router.transport.udpSubclasses of HMACGenerator in net.i2p.router.transport.udpModifier and TypeClassDescription(package private) classCalculate 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 TypeMethodDescriptionbooleanUDPPacket.validate(SessionKey macKey, HMACGenerator hmac) Validate the packet against the MAC specified, returning true if the MAC matches, false otherwise.