Uses of Interface
org.bouncycastle.crypto.InputDecryptor
-
Packages that use InputDecryptor 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 InputDecryptor in org.bouncycastle.crypto
Subinterfaces of InputDecryptor in org.bouncycastle.crypto Modifier and Type Interface Description interface
InputAEADDecryptor<T extends Parameters>
Base interface for an input consuming AEAD Decryptor supporting associated text.Methods in org.bouncycastle.crypto that return InputDecryptor Modifier and Type Method Description InputDecryptor<T>
SymmetricOperatorFactory. 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 InputDecryptor Modifier and Type Class Description class
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.
-