All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bouncycastle.openpgp.operator.PGPAEADDataEncryptor Maven / Gradle / Ivy

package org.bouncycastle.openpgp.operator;

/**
 * A data encryptor, using AEAD
 * 

* {@link PGPAEADDataEncryptor} instances are generally not constructed directly, but obtained from a * {@link PGPDataEncryptorBuilder}. *

*/ public interface PGPAEADDataEncryptor extends PGPDataEncryptor { int getAEADAlgorithm(); int getChunkSize(); byte[] getIV(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy