Uses of Interface
org.bouncycastle.crypto.AADProcessor
-
Packages that use AADProcessor Package Description org.bouncycastle.crypto Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithms -
-
Uses of AADProcessor in org.bouncycastle.crypto
Subinterfaces of AADProcessor in org.bouncycastle.crypto Modifier and Type Interface Description interfaceInputAEADDecryptor<T extends Parameters>Base interface for an input consuming AEAD Decryptor supporting associated text.interfaceOutputAEADDecryptor<T extends Parameters>Base interface for an output producing AEAD Decryptor supporting associated text.interfaceOutputAEADEncryptor<T extends Parameters>Base interface for an output producing AEAD Encryptor supporting associated text. -
Uses of AADProcessor in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement AADProcessor Modifier and Type Class Description classFipsInputAEADDecryptor<T extends Parameters>Base class for the approved mode InputAEADDecryptor implementations.classFipsOutputAEADDecryptor<T extends FipsParameters>Base class for the approved mode OutputAEADDecryptor implementations.classFipsOutputAEADEncryptor<T extends FipsParameters>Base class for the approved mode OutputAEADEncryptor implementations.
-