Uses of Interface
org.bouncycastle.crypto.AuthenticationParametersWithIV
-
Packages that use AuthenticationParametersWithIV 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 algorithmsorg.bouncycastle.crypto.general 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 AuthenticationParametersWithIV Modifier and Type Interface Description interfaceAuthenticationParametersWithIV<T extends AuthenticationParametersWithIV>Interface 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 AuthenticationParametersWithIV Modifier and Type Class Description static classFipsAES.AuthParametersParameters for AES AEAD and MAC modes..static classFipsTripleDES.AuthParametersParameters for Triple-DES AEAD and MAC modes.. -
Uses of AuthenticationParametersWithIV in org.bouncycastle.crypto.general
Classes in org.bouncycastle.crypto.general that implement AuthenticationParametersWithIV Modifier and Type Class Description static classAES.AuthParametersParameters for AES non-FIPS AEAD and MAC modes..static classBlowfish.AuthParametersParameters for Blowfish AEAD and MAC modes..static classCamellia.AuthParametersParameters for Camellia AEAD and MAC modes..static classCAST5.AuthParametersParameters for CAST5 AEAD and MAC modes..static classDES.AuthParametersParameters for DES AEAD and MAC modes..classGeneralAuthParameters<T extends GeneralAuthParameters>Base class for parameter classes for algorithms allow for authentication using MACs.static classGOST28147.AuthParametersParameters for GOST28147 AEAD and MAC modes.static classIDEA.AuthParametersParameters for IDEA AEAD and MAC modes.static classPoly1305.AuthParametersstatic classRC2.AuthParametersParameters for RC2 AEAD and MAC modes.static classSEED.AuthParametersParameters for SEED AEAD and MAC modes.static classSerpent.AuthParametersParameters for Serpent AEAD and MAC modes.static classSHACAL2.AuthParametersParameters for SHACAL-2 AEAD and MAC modes.static classTripleDES.AuthParametersParameters for Triple-DES non-FIPS AEAD and MAC modes..static classTwofish.AuthParametersParameters for Twofish AEAD and MAC modes.
-