Uses of Interface
org.bouncycastle.crypto.AuthenticationParametersWithIV
Packages that use AuthenticationParametersWithIV
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
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of AuthenticationParametersWithIV in org.bouncycastle.crypto
Classes in org.bouncycastle.crypto with type parameters of type AuthenticationParametersWithIVModifier and TypeInterfaceDescriptioninterfaceInterface describing parameters used in an authentication mode, such as for a MAC, AEAD cipher, or a HMAC. -
Uses of AuthenticationParametersWithIV in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement AuthenticationParametersWithIVModifier and TypeClassDescriptionstatic final classParameters for AES AEAD and MAC modes..static final classParameters for Triple-DES AEAD and MAC modes.. -
Uses of AuthenticationParametersWithIV in org.bouncycastle.crypto.general
Classes in org.bouncycastle.crypto.general that implement AuthenticationParametersWithIVModifier and TypeClassDescriptionstatic final classParameters for AES non-FIPS AEAD and MAC modes..static final classParameters for ARIA AEAD and MAC modes..static final classParameters for Blowfish AEAD and MAC modes..static final classParameters for Camellia AEAD and MAC modes..static final classParameters for CAST5 AEAD and MAC modes..static final classParameters for ChaCha20-Poly1305 cipher.static final classParameters for DES AEAD and MAC modes..classGeneralAuthParameters<T extends GeneralAuthParameters>Base class for parameter classes for algorithms allow for authentication using MACs.static final classParameters for GOST28147 AEAD and MAC modes.static final classParameters for IDEA AEAD and MAC modes.static final classstatic final classParameters for RC2 AEAD and MAC modes.static final classParameters for SEED AEAD and MAC modes.static final classParameters for Serpent AEAD and MAC modes.static final classParameters for SHACAL-2 AEAD and MAC modes.static final classParameters for Triple-DES non-FIPS AEAD and MAC modes..static final classParameters for Twofish AEAD and MAC modes.