Uses of Interface
org.bouncycastle.crypto.OutputAEADEncryptor
-
Packages that use OutputAEADEncryptor 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 OutputAEADEncryptor in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return OutputAEADEncryptor Modifier and Type Method Description OutputAEADEncryptor<T>
AEADOperatorFactory. createOutputAEADEncryptor(SymmetricKey key, T parameters)
Create an object for encrypting output and handling AAD data. -
Uses of OutputAEADEncryptor in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement OutputAEADEncryptor Modifier and Type Class Description class
FipsOutputAEADEncryptor<T extends FipsParameters>
Base class for the approved mode OutputAEADEncryptor implementations.
-