Uses of Interface
org.bouncycastle.crypto.OutputAEADDecryptor
Packages that use OutputAEADDecryptor
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 OutputAEADDecryptor in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return OutputAEADDecryptorModifier and TypeMethodDescriptionAEADOperatorFactory.createOutputAEADDecryptor
(SymmetricKey key, T parameters) Create an object for decrypting output and handling AAD data. -
Uses of OutputAEADDecryptor in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement OutputAEADDecryptorModifier and TypeClassDescriptionclass
FipsOutputAEADDecryptor<T extends FipsParameters>
Base class for the approved mode OutputAEADDecryptor implementations.