| 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. |
| Modifier and Type | Field and Description |
|---|---|
NextSessionKey | RatchetEntry.nextForwardKeyThe next {forward} chain key |
NextSessionKey | RatchetEntry.nextReverseKeyThe next {reverse} chain key |
| Modifier and Type | Method and Description |
|---|---|
NextSessionKey | RatchetTagSet.getNextKey()Next Forward Key if applicable (outbound ES and we're running low). |
| Modifier and Type | Method and Description |
|---|---|
void | RatchetPayload.PayloadCallback.gotNextKey(NextSessionKey nextKey)Receive a next key block. |
(package private) void | RatchetSKM.nextKeyReceived(PublicKey target,
NextSessionKey key)Process a received next key |
| Constructor and Description |
|---|
NextKeyBlock(NextSessionKey nextKey) |
RatchetEntry(RatchetSessionTag tag,
SessionKeyAndNonce key,
int keyID,
int pn,
NextSessionKey nextFwdKey,
NextSessionKey nextRevKey,
List<Integer> acksToSend)Full constructor with optional next keys and pending ACKs. |