Uses of Class
net.i2p.router.crypto.ratchet.SessionKeyAndNonce
Package | Description |
---|---|
net.i2p.router.crypto.ratchet |
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 SessionKeyAndNonce Modifier and Type Field Description SessionKeyAndNonce
RatchetEntry. key
Methods in net.i2p.router.crypto.ratchet that return SessionKeyAndNonce Modifier and Type Method Description SessionKeyAndNonce
RatchetTagSet. consume(RatchetSessionTag tag)
inbound onlySessionKeyAndNonce
SingleTagSet. consume(RatchetSessionTag tag)
SessionKeyAndNonce
RatchetTagSet. consumeNextKey()
For outbound, call after consumeNextTag().SessionKeyAndNonce
RatchetSKM. consumeTag(RatchetSessionTag tag)
Inbound.Constructors in net.i2p.router.crypto.ratchet with parameters of type SessionKeyAndNonce Constructor Description RatchetEntry(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)