Uses of Class
net.i2p.router.crypto.ratchet.NextSessionKey
Packages that use NextSessionKey
Package
Description
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
-
Uses of NextSessionKey in net.i2p.router.crypto.ratchet
Fields in net.i2p.router.crypto.ratchet declared as NextSessionKeyModifier and TypeFieldDescriptionfinal NextSessionKeyRatchetEntry.nextForwardKeyfinal NextSessionKeyRatchetEntry.nextReverseKeyMethods in net.i2p.router.crypto.ratchet that return NextSessionKeyModifier and TypeMethodDescriptionRatchetTagSet.getNextKey()Next Forward Key if applicable (outbound ES and we're running low).Methods in net.i2p.router.crypto.ratchet with parameters of type NextSessionKeyModifier and TypeMethodDescriptionvoidRatchetPayload.PayloadCallback.gotNextKey(NextSessionKey nextKey) (package private) voidRatchetSKM.nextKeyReceived(PublicKey target, NextSessionKey key) Constructors in net.i2p.router.crypto.ratchet with parameters of type NextSessionKeyModifierConstructorDescriptionNextKeyBlock(NextSessionKey nextKey) RatchetEntry(RatchetSessionTag tag, SessionKeyAndNonce key, int keyID, int pn, NextSessionKey nextFwdKey, NextSessionKey nextRevKey, List<Integer> acksToSend)