Interface PGPAEADDataEncryptor

  • All Superinterfaces:
    PGPDataEncryptor

    public interface PGPAEADDataEncryptor
    extends PGPDataEncryptor
    A data encryptor, using AEAD. There are two different flavours of AEAD encryption used with OpenPGP. LibrePGP (v5) AEAD is slightly different from RFC9580 (v6) AEAD. PGPAEADDataEncryptor instances are generally not constructed directly, but obtained from a PGPDataEncryptorBuilder.

    • Method Detail

      • getAEADAlgorithm

        int getAEADAlgorithm()
      • getChunkSize

        int getChunkSize()
      • getIV

        byte[] getIV()