Uses of Interface
org.bouncycastle.crypto.AuthenticationParameters
-
Packages that use AuthenticationParameters 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 AuthenticationParameters in org.bouncycastle.crypto
Classes in org.bouncycastle.crypto with type parameters of type AuthenticationParameters Modifier and Type Interface Description interfaceMACOperatorFactory<T extends AuthenticationParameters>Base interface for a creator of MAC calculators.Subinterfaces of AuthenticationParameters in org.bouncycastle.crypto 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 AuthenticationParameters in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips with type parameters of type AuthenticationParameters Modifier and Type Class Description classFipsMACOperatorFactory<T extends AuthenticationParameters>Base class for the approved mode MACOperatorFactory implementations.Classes in org.bouncycastle.crypto.fips that implement AuthenticationParameters Modifier and Type Class Description static classFipsAES.AuthParametersParameters for AES AEAD and MAC modes..static classFipsSHS.AuthParametersParameters for HMAC modes.static classFipsTripleDES.AuthParametersParameters for Triple-DES AEAD and MAC modes.. -
Uses of AuthenticationParameters in org.bouncycastle.crypto.general
Classes in org.bouncycastle.crypto.general that implement AuthenticationParameters 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 classSecureHash.AuthParametersParameters for HMAC 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 classSipHash.AuthParametersParameters for SipHash MAC modes.static classTripleDES.AuthParametersParameters for Triple-DES non-FIPS AEAD and MAC modes..static classTwofish.AuthParametersParameters for Twofish AEAD and MAC modes.
-