Uses of Interface
org.bouncycastle.crypto.OutputAEADEncryptor
Packages that use OutputAEADEncryptor
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
Classes for FIPS approved mode algorithms
-
Uses of OutputAEADEncryptor in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return OutputAEADEncryptorModifier and TypeMethodDescriptionAEADOperatorFactory.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 OutputAEADEncryptorModifier and TypeClassDescriptionclass
FipsOutputAEADEncryptor<T extends FipsParameters>
Base class for the approved mode OutputAEADEncryptor implementations.