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 SessionKeyAndNonceRatchetEntry. keyMethods in net.i2p.router.crypto.ratchet that return SessionKeyAndNonce Modifier and Type Method Description SessionKeyAndNonceRatchetTagSet. consume(RatchetSessionTag tag)inbound onlySessionKeyAndNonceSingleTagSet. consume(RatchetSessionTag tag)SessionKeyAndNonceRatchetTagSet. consumeNextKey()For outbound, call after consumeNextTag().SessionKeyAndNonceRatchetSKM. 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)