Uses of Class
net.i2p.router.crypto.ratchet.SessionKeyAndNonce
Package
Description
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
-
Uses of SessionKeyAndNonce in net.i2p.router.crypto.ratchet
Modifier and TypeMethodDescriptionRatchetTagSet.consume
(RatchetSessionTag tag) inbound onlySingleTagSet.consume
(RatchetSessionTag tag) RatchetTagSet.consumeNextKey()
For outbound, call after consumeNextTag().RatchetSKM.consumeTag
(RatchetSessionTag tag) Inbound.ModifierConstructorDescriptionRatchetEntry
(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)