| 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.nextForwardKey |
NextSessionKey |
RatchetEntry.nextReverseKey |
| 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) |
(package private) void |
RatchetSKM.nextKeyReceived(PublicKey target,
NextSessionKey key) |
| Constructor and Description |
|---|
NextKeyBlock(NextSessionKey nextKey) |
RatchetEntry(RatchetSessionTag tag,
SessionKeyAndNonce key,
int keyID,
int pn,
NextSessionKey nextFwdKey,
NextSessionKey nextRevKey,
List<Integer> acksToSend) |