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 interface
MACOperatorFactory<T extends AuthenticationParameters>
Base interface for a creator of MAC calculators.Subinterfaces of AuthenticationParameters in org.bouncycastle.crypto Modifier and Type Interface Description interface
AuthenticationParametersWithIV<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 class
FipsMACOperatorFactory<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 class
FipsAES.AuthParameters
Parameters for AES AEAD and MAC modes..static class
FipsSHS.AuthParameters
Parameters for HMAC modes.static class
FipsTripleDES.AuthParameters
Parameters 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 class
AES.AuthParameters
Parameters for AES non-FIPS AEAD and MAC modes..static class
Blowfish.AuthParameters
Parameters for Blowfish AEAD and MAC modes..static class
Camellia.AuthParameters
Parameters for Camellia AEAD and MAC modes..static class
CAST5.AuthParameters
Parameters for CAST5 AEAD and MAC modes..static class
DES.AuthParameters
Parameters for DES AEAD and MAC modes..class
GeneralAuthParameters<T extends GeneralAuthParameters>
Base class for parameter classes for algorithms allow for authentication using MACs.static class
GOST28147.AuthParameters
Parameters for GOST28147 AEAD and MAC modes.static class
IDEA.AuthParameters
Parameters for IDEA AEAD and MAC modes.static class
Poly1305.AuthParameters
static class
RC2.AuthParameters
Parameters for RC2 AEAD and MAC modes.static class
SecureHash.AuthParameters
Parameters for HMAC modes.static class
SEED.AuthParameters
Parameters for SEED AEAD and MAC modes.static class
Serpent.AuthParameters
Parameters for Serpent AEAD and MAC modes.static class
SHACAL2.AuthParameters
Parameters for SHACAL-2 AEAD and MAC modes.static class
SipHash.AuthParameters
Parameters for SipHash MAC modes.static class
TripleDES.AuthParameters
Parameters for Triple-DES non-FIPS AEAD and MAC modes..static class
Twofish.AuthParameters
Parameters for Twofish AEAD and MAC modes.
-