Package | Description |
---|---|
net.i2p.router.crypto.ratchet |
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
|
Modifier and Type | Method and 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.
|
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.
|