Uses of Interface
net.i2p.router.crypto.ratchet.RatchetPayload.PayloadCallback
-
Packages that use RatchetPayload.PayloadCallback Package Description net.i2p.router.crypto.ratchet Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144). -
-
Uses of RatchetPayload.PayloadCallback in net.i2p.router.crypto.ratchet
Methods in net.i2p.router.crypto.ratchet with parameters of type RatchetPayload.PayloadCallback Modifier and Type Method Description static int
RatchetPayload. processPayload(I2PAppContext ctx, RatchetPayload.PayloadCallback cb, byte[] payload, int off, int length, boolean isHandshake)
Incoming payload.
-