Uses of Class
net.i2p.data.i2np.GarlicClove
Package | Description |
---|---|
net.i2p.router.crypto.ratchet |
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
|
net.i2p.router.message |
Creates and parses garlic messages.
|
-
Uses of GarlicClove in net.i2p.router.crypto.ratchet
Methods in net.i2p.router.crypto.ratchet with parameters of type GarlicClove Modifier and Type Method Description void
RatchetPayload.PayloadCallback. gotGarlic(GarlicClove clove)
Constructors in net.i2p.router.crypto.ratchet with parameters of type GarlicClove Constructor Description GarlicBlock(GarlicClove clove)
-
Uses of GarlicClove in net.i2p.router.message
Methods in net.i2p.router.message that return GarlicClove Modifier and Type Method Description GarlicClove
CloveSet. getClove(int index)
Constructors in net.i2p.router.message with parameters of type GarlicClove Constructor Description CloveSet(GarlicClove[] cloves, Certificate cert, long msgId, long expiration)