Uses of Interface
org.bouncycastle.crypto.OutputEncryptor
-
Packages that use OutputEncryptor 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 OutputEncryptor in org.bouncycastle.crypto
Subinterfaces of OutputEncryptor in org.bouncycastle.crypto Modifier and Type Interface Description interface
OutputAEADEncryptor<T extends Parameters>
Base interface for an output producing AEAD Encryptor supporting associated text.Methods in org.bouncycastle.crypto that return OutputEncryptor Modifier and Type Method Description OutputEncryptor<T>
SymmetricOperatorFactory. createOutputEncryptor(SymmetricKey key, T parameter)
Return an encryptor that operates on an output stream. -
Uses of OutputEncryptor in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement OutputEncryptor Modifier and Type Class Description class
FipsOutputAEADEncryptor<T extends FipsParameters>
Base class for the approved mode OutputAEADEncryptor implementations.class
FipsOutputEncryptor<T extends Parameters>
Base class for the approved mode OutputEncryptor implementations.
-