Uses of Interface
org.bouncycastle.crypto.OutputDecryptor
-
Packages that use OutputDecryptor 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 OutputDecryptor in org.bouncycastle.crypto
Subinterfaces of OutputDecryptor in org.bouncycastle.crypto Modifier and Type Interface Description interfaceOutputAEADDecryptor<T extends Parameters>Base interface for an output producing AEAD Decryptor supporting associated text.Methods in org.bouncycastle.crypto that return OutputDecryptor Modifier and Type Method Description OutputDecryptor<T>SymmetricOperatorFactory. createOutputDecryptor(SymmetricKey key, T parameter)Return a decryptor that operates on an output stream. -
Uses of OutputDecryptor in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement OutputDecryptor Modifier and Type Class Description classFipsOutputAEADDecryptor<T extends FipsParameters>Base class for the approved mode OutputAEADDecryptor implementations.classFipsOutputDecryptor<T extends Parameters>Base class for the approved mode OutputDecryptor implementations.
-