Uses of Class
net.i2p.router.crypto.ratchet.RatchetTagSet
Packages that use RatchetTagSet
Package
Description
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
-
Uses of RatchetTagSet in net.i2p.router.crypto.ratchet
Subclasses of RatchetTagSet in net.i2p.router.crypto.ratchetModifier and TypeClassDescription(package private) class
Inbound ES tagset with a single tag and key.Methods in net.i2p.router.crypto.ratchet with parameters of type RatchetTagSetModifier and TypeMethodDescriptionboolean
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.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.