Uses of Interface
org.bouncycastle.crypto.OutputCipher
Packages that use OutputCipher
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 OutputCipher in org.bouncycastle.crypto
Subinterfaces of OutputCipher in org.bouncycastle.cryptoModifier and TypeInterfaceDescriptioninterfaceOutputAEADDecryptor<T extends Parameters>Base interface for an output producing AEAD Decryptor supporting associated text.interfaceOutputAEADEncryptor<T extends Parameters>Base interface for an output producing AEAD Encryptor supporting associated text.interfaceOutputDecryptor<T extends Parameters>Base interface for an output producing Decryptor.interfaceOutputEncryptor<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 OutputCipherModifier and TypeClassDescriptionclassFipsOutputAEADDecryptor<T extends FipsParameters>Base class for the approved mode OutputAEADDecryptor implementations.classFipsOutputAEADEncryptor<T extends FipsParameters>Base class for the approved mode OutputAEADEncryptor implementations.classFipsOutputDecryptor<T extends Parameters>Base class for the approved mode OutputDecryptor implementations.classFipsOutputEncryptor<T extends Parameters>Base class for the approved mode OutputEncryptor implementations.