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.
|
Modifier and Type | Class and Description |
---|---|
class |
HMAC256Generator
Calculate the HMAC-SHA256 of a key+message.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
SSUHMACGenerator
Calculate the HMAC-MD5-128 of a key+message.
|
Modifier and Type | Method and Description |
---|---|
(package private) HMACGenerator |
UDPTransport.getHMAC() |
Modifier and Type | Method and Description |
---|---|
boolean |
UDPPacket.validate(SessionKey macKey,
HMACGenerator hmac)
Validate the packet against the MAC specified, returning true if the
MAC matches, false otherwise.
|