Uses of Class
net.i2p.router.crypto.ratchet.RatchetPayload.Block
Package | Description |
---|---|
net.i2p.router.crypto.ratchet |
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
|
-
Uses of RatchetPayload.Block in net.i2p.router.crypto.ratchet
Subclasses of RatchetPayload.Block in net.i2p.router.crypto.ratchet Modifier and Type Class Description static class
RatchetPayload.AckBlock
static class
RatchetPayload.AckRequestBlock
static class
RatchetPayload.DateTimeBlock
static class
RatchetPayload.GarlicBlock
static class
RatchetPayload.NextKeyBlock
static class
RatchetPayload.OptionsBlock
static class
RatchetPayload.PaddingBlock
static class
RatchetPayload.PNBlock
static class
RatchetPayload.TerminationBlock
Method parameters in net.i2p.router.crypto.ratchet with type arguments of type RatchetPayload.Block Modifier and Type Method Description static int
RatchetPayload. writePayload(byte[] payload, int off, List<RatchetPayload.Block> blocks)