Uses of Class
net.i2p.router.crypto.ratchet.SessionKeyAndNonce
Packages that use SessionKeyAndNonce
Package
Description
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
- 
Uses of SessionKeyAndNonce in net.i2p.router.crypto.ratchet
Fields in net.i2p.router.crypto.ratchet declared as SessionKeyAndNonceMethods in net.i2p.router.crypto.ratchet that return SessionKeyAndNonceModifier and TypeMethodDescriptionRatchetTagSet.consume(RatchetSessionTag tag) inbound onlySingleTagSet.consume(RatchetSessionTag tag) RatchetTagSet.consumeNextKey()For outbound, call after consumeNextTag().RatchetSKM.consumeTag(RatchetSessionTag tag) Inbound.Constructors in net.i2p.router.crypto.ratchet with parameters of type SessionKeyAndNonceModifierConstructorDescriptionRatchetEntry(RatchetSessionTag tag, SessionKeyAndNonce key, int keyID, int pn) outbound - calculated keyRatchetEntry(RatchetSessionTag tag, SessionKeyAndNonce key, int keyID, int pn, NextSessionKey nextFwdKey, NextSessionKey nextRevKey, List<Integer> acksToSend)