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 RatchetSessionTagRatchetEntry. tagMethods in net.i2p.router.crypto.ratchet that return RatchetSessionTag Modifier and Type Method Description RatchetSessionTagRatchetTagSet. consumeNext()For outbound only.Methods in net.i2p.router.crypto.ratchet with parameters of type RatchetSessionTag Modifier and Type Method Description booleanRatchetSKM. addTag(RatchetSessionTag tag, RatchetTagSet ts)Map the tag to this tagset.booleanSessionTagListener. addTag(RatchetSessionTag tag, RatchetTagSet ts)Map the tag to this tagset.SessionKeyAndNonceRatchetTagSet. consume(RatchetSessionTag tag)inbound onlySessionKeyAndNonceRatchetSKM. consumeTag(RatchetSessionTag tag)Inbound.voidRatchetSKM. expireTag(RatchetSessionTag tag, RatchetTagSet ts)Remove the tag associated with this tagset.voidSessionTagListener. 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)
-