Uses of Interface
org.bouncycastle.crypto.InputAEADDecryptor
Packages that use InputAEADDecryptor
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 InputAEADDecryptor in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return InputAEADDecryptorModifier and TypeMethodDescriptionAEADOperatorFactory.createInputAEADDecryptor
(SymmetricKey key, T parameters) Create an object for decrypting input and handling AAD data. -
Uses of InputAEADDecryptor in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement InputAEADDecryptorModifier and TypeClassDescriptionclass
FipsInputAEADDecryptor<T extends Parameters>
Base class for the approved mode InputAEADDecryptor implementations.