Package | Description |
---|---|
net.i2p.router.crypto.ratchet |
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
|
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) |
void |
RatchetSKM.nextKeyReceived(PublicKey target,
NextSessionKey key) |
Constructor and Description |
---|
RatchetEntry(RatchetSessionTag tag,
SessionKeyAndNonce key,
int keyID,
int pn,
NextSessionKey nextFwdKey,
NextSessionKey nextRevKey,
List<Integer> acksToSend) |
RatchetPayload.NextKeyBlock(NextSessionKey nextKey) |