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

io.gatling.recorder.internal.bouncycastle.operator.InputAEADDecryptor Maven / Gradle / Ivy

package io.gatling.recorder.internal.bouncycastle.operator;


/**
 * Base interface for an input consuming AEAD Decryptor supporting associated text.
 */
public interface InputAEADDecryptor
    extends InputDecryptor, AADProcessor
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy