Uses of Interface
org.bouncycastle.crypto.InputDecryptor
Packages that use InputDecryptor
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 InputDecryptor in org.bouncycastle.crypto
Subinterfaces of InputDecryptor in org.bouncycastle.cryptoModifier and TypeInterfaceDescriptioninterface
InputAEADDecryptor<T extends Parameters>
Base interface for an input consuming AEAD Decryptor supporting associated text.Methods in org.bouncycastle.crypto that return InputDecryptorModifier and TypeMethodDescriptionSymmetricOperatorFactory.createInputDecryptor
(SymmetricKey key, T parameter) Return a decryptor that operates on an input stream. -
Uses of InputDecryptor in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement InputDecryptorModifier and TypeClassDescriptionclass
FipsInputAEADDecryptor<T extends Parameters>
Base class for the approved mode InputAEADDecryptor implementations.class
FipsInputDecryptor<T extends Parameters>
Base class for the approved mode InputDecryptor implementations.