Uses of Class
net.i2p.router.crypto.ratchet.RatchetTagSet
-
Packages that use RatchetTagSet Package Description net.i2p.router.crypto.ratchet Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144). -
-
Uses of RatchetTagSet in net.i2p.router.crypto.ratchet
Methods in net.i2p.router.crypto.ratchet with parameters of type RatchetTagSet 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.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.
-