Uses of Interface
org.bouncycastle.crypto.OutputAEADDecryptor
-
Packages that use OutputAEADDecryptor 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 OutputAEADDecryptor in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return OutputAEADDecryptor Modifier and Type Method Description OutputAEADDecryptor<T>
AEADOperatorFactory. 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 OutputAEADDecryptor Modifier and Type Class Description class
FipsOutputAEADDecryptor<T extends FipsParameters>
Base class for the approved mode OutputAEADDecryptor implementations.
-