Uses of Class
net.i2p.router.crypto.ratchet.NextSessionKey
Package
Description
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
-
Uses of NextSessionKey in net.i2p.router.crypto.ratchet
Modifier and TypeFieldDescriptionfinal NextSessionKey
RatchetEntry.nextForwardKey
final NextSessionKey
RatchetEntry.nextReverseKey
Modifier and TypeMethodDescriptionRatchetTagSet.getNextKey()
Next Forward Key if applicable (outbound ES and we're running low).Modifier and TypeMethodDescriptionvoid
RatchetPayload.PayloadCallback.gotNextKey
(NextSessionKey nextKey) (package private) void
RatchetSKM.nextKeyReceived
(PublicKey target, NextSessionKey key) ModifierConstructorDescriptionNextKeyBlock
(NextSessionKey nextKey) RatchetEntry
(RatchetSessionTag tag, SessionKeyAndNonce key, int keyID, int pn, NextSessionKey nextFwdKey, NextSessionKey nextRevKey, List<Integer> acksToSend)