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
Fields in org.bouncycastle.crypto.general declared as SecureHash.AuthParametersModifier and TypeFieldDescriptionstatic final SecureHash.AuthParameters
SecureHash.GOST3411_HMAC
static final SecureHash.AuthParameters
SecureHash.MD5_HMAC
static final SecureHash.AuthParameters
SecureHash.RIPEMD128_HMAC
static final SecureHash.AuthParameters
SecureHash.RIPEMD160_HMAC
static final SecureHash.AuthParameters
SecureHash.RIPEMD256_HMAC
static final SecureHash.AuthParameters
SecureHash.RIPEMD320_HMAC
static final SecureHash.AuthParameters
SecureHash.TIGER_HMAC
static final SecureHash.AuthParameters
SecureHash.WHIRLPOOL_HMAC
Methods 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 int
SecureHash.MACOperatorFactory.calculateMACSize
(SecureHash.AuthParameters parameters) protected Mac
SecureHash.MACOperatorFactory.createMAC
(SymmetricKey key, SecureHash.AuthParameters parameters)