Uses of Interface
org.bouncycastle.crypto.OutputCipher
-
Packages that use OutputCipher 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 OutputCipher in org.bouncycastle.crypto
Subinterfaces of OutputCipher in org.bouncycastle.crypto Modifier and Type Interface Description interface
OutputAEADDecryptor<T extends Parameters>
Base interface for an output producing AEAD Decryptor supporting associated text.interface
OutputAEADEncryptor<T extends Parameters>
Base interface for an output producing AEAD Encryptor supporting associated text.interface
OutputDecryptor<T extends Parameters>
Base interface for an output producing Decryptor.interface
OutputEncryptor<T extends Parameters>
Base interface for an output producing Encryptor. -
Uses of OutputCipher in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement OutputCipher Modifier and Type Class Description class
FipsOutputAEADDecryptor<T extends FipsParameters>
Base class for the approved mode OutputAEADDecryptor implementations.class
FipsOutputAEADEncryptor<T extends FipsParameters>
Base class for the approved mode OutputAEADEncryptor implementations.class
FipsOutputDecryptor<T extends Parameters>
Base class for the approved mode OutputDecryptor implementations.class
FipsOutputEncryptor<T extends Parameters>
Base class for the approved mode OutputEncryptor implementations.
-