Class RatchetPayload.PaddingBlock

java.lang.Object
net.i2p.router.crypto.ratchet.RatchetPayload.Block
net.i2p.router.crypto.ratchet.RatchetPayload.PaddingBlock
Enclosing class:
RatchetPayload

public static class RatchetPayload.PaddingBlock extends RatchetPayload.Block
  • Constructor Details

    • PaddingBlock

      public PaddingBlock(int size)
      with zero-filled data
    • PaddingBlock

      @Deprecated public PaddingBlock(I2PAppContext context, int size)
      Deprecated.
      with random data
  • Method Details

    • getDataLength

      public int getDataLength()
      Specified by:
      getDataLength in class RatchetPayload.Block
      Returns:
      the size of the block, NOT including the 3 byte header (type and size)
    • writeData

      public int writeData(byte[] tgt, int off)
      Specified by:
      writeData in class RatchetPayload.Block
      Returns:
      new offset