Interface PGPAEADDataEncryptor

All Superinterfaces:
PGPDataEncryptor

public interface PGPAEADDataEncryptor extends PGPDataEncryptor
A data encryptor, using AEAD

PGPAEADDataEncryptor instances are generally not constructed directly, but obtained from a PGPDataEncryptorBuilder.

  • Method Details

    • getAEADAlgorithm

      int getAEADAlgorithm()
    • getChunkSize

      int getChunkSize()
    • getIV

      byte[] getIV()