Uses of Class
org.bouncycastle.crypto.general.SecureHash.AuthParameters
Packages that use SecureHash.AuthParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of SecureHash.AuthParameters in org.bouncycastle.crypto.general
Subclasses with type arguments of type SecureHash.AuthParameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classFactory for producing HMAC calculators.Classes in org.bouncycastle.crypto.general that implement interfaces with type arguments of type SecureHash.AuthParametersModifier and TypeClassDescriptionstatic final classParameters for HMAC modes.Fields in org.bouncycastle.crypto.general declared as SecureHash.AuthParametersModifier and TypeFieldDescriptionstatic final SecureHash.AuthParametersSecureHash.GOST3411_2012_256_HMACstatic final SecureHash.AuthParametersSecureHash.GOST3411_2012_512_HMACstatic final SecureHash.AuthParametersSecureHash.GOST3411_HMACstatic final SecureHash.AuthParametersSecureHash.MD5_HMACstatic final SecureHash.AuthParametersSecureHash.RIPEMD128_HMACstatic final SecureHash.AuthParametersSecureHash.RIPEMD160_HMACstatic final SecureHash.AuthParametersSecureHash.RIPEMD256_HMACstatic final SecureHash.AuthParametersSecureHash.RIPEMD320_HMACstatic final SecureHash.AuthParametersSecureHash.TIGER_HMACstatic final SecureHash.AuthParametersSecureHash.WHIRLPOOL_HMACMethods in org.bouncycastle.crypto.general that return SecureHash.AuthParametersModifier and TypeMethodDescriptionSecureHash.AuthParameters.withMACSize(int macSizeInBits) Return a new set of parameters specifying a specific mac size.Methods in org.bouncycastle.crypto.general with parameters of type SecureHash.AuthParametersModifier and TypeMethodDescriptionprotected intSecureHash.MACOperatorFactory.calculateMACSize(SecureHash.AuthParameters parameters) protected MacSecureHash.MACOperatorFactory.createMAC(SymmetricKey key, SecureHash.AuthParameters parameters)