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) classInbound ES tagset with a single tag and key.Methods in net.i2p.router.crypto.ratchet with parameters of type RatchetTagSetModifier and TypeMethodDescriptionbooleanRatchetSKM.addTag(RatchetSessionTag tag, RatchetTagSet ts) Map the tag to this tagset.booleanSessionTagListener.addTag(RatchetSessionTag tag, RatchetTagSet ts) Map the tag to this tagset.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.