Uses of Class
net.i2p.router.crypto.ratchet.RatchetSessionTag
-
Packages that use RatchetSessionTag Package Description net.i2p.router.crypto.ratchet Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144). -
-
Uses of RatchetSessionTag in net.i2p.router.crypto.ratchet
Fields in net.i2p.router.crypto.ratchet declared as RatchetSessionTag Modifier and Type Field Description RatchetSessionTag
RatchetEntry. tag
Methods in net.i2p.router.crypto.ratchet that return RatchetSessionTag Modifier and Type Method Description RatchetSessionTag
RatchetTagSet. consumeNext()
For outbound only.Methods in net.i2p.router.crypto.ratchet with parameters of type RatchetSessionTag Modifier and Type Method Description boolean
RatchetSKM. addTag(RatchetSessionTag tag, RatchetTagSet ts)
Map the tag to this tagset.boolean
SessionTagListener. addTag(RatchetSessionTag tag, RatchetTagSet ts)
Map the tag to this tagset.SessionKeyAndNonce
RatchetTagSet. consume(RatchetSessionTag tag)
inbound onlySessionKeyAndNonce
RatchetSKM. consumeTag(RatchetSessionTag tag)
Inbound.void
RatchetSKM. expireTag(RatchetSessionTag tag, RatchetTagSet ts)
Remove the tag associated with this tagset.void
SessionTagListener. expireTag(RatchetSessionTag tag, RatchetTagSet ts)
Remove the tag associated with this tagset.Constructors in net.i2p.router.crypto.ratchet with parameters of type RatchetSessionTag Constructor Description RatchetEntry(RatchetSessionTag tag, SessionKeyAndNonce key, int keyID, int pn)
outbound - calculated keyRatchetEntry(RatchetSessionTag tag, SessionKeyAndNonce key, int keyID, int pn, NextSessionKey nextKey)
-