| Package | Description |
|---|---|
| net.i2p.router.crypto.ratchet | Implementation of ECIES-X25519-AEAD-Ratchet cryptographic protocol
(I2P proposal 144), providing forward secrecy and enhanced security
for I2P transport communications. |
| net.i2p.router.message | Garlic message creation, parsing, and source routing for I2P communications. |
| Modifier and Type | Method and Description |
|---|---|
void | RatchetPayload.PayloadCallback.gotGarlic(GarlicClove clove)Receive a garlic clove block. |
| Constructor and Description |
|---|
GarlicBlock(GarlicClove clove) |
| Modifier and Type | Method and Description |
|---|---|
GarlicClove | CloveSet.getClove(int index)Get the clove at the specified index. |
| Constructor and Description |
|---|
CloveSet(GarlicClove[] cloves,
Certificate cert,
long msgId,
long expiration)Create a new CloveSet. |