Class AEADEncDataPacket

All Implemented Interfaces:
AEADAlgorithmTags, PacketTags

public class AEADEncDataPacket extends InputStreamPacket implements AEADAlgorithmTags
Packet representing AEAD encrypted data. At the moment this appears to exist in the following expired draft only, but it's appearing despite this.
  • Constructor Details

    • AEADEncDataPacket

      public AEADEncDataPacket(BCPGInputStream in) throws IOException
      Throws:
      IOException
    • AEADEncDataPacket

      public AEADEncDataPacket(int algorithm, int aeadAlgorithm, int chunkSize, byte[] iv)
  • Method Details

    • getVersion

      public byte getVersion()
    • getAlgorithm

      public byte getAlgorithm()
    • getAEADAlgorithm

      public byte getAEADAlgorithm()
    • getChunkSize

      public int getChunkSize()
    • getIV

      public byte[] getIV()
    • getIVLength

      public static int getIVLength(byte aeadAlgorithm)