Uses of Class
org.bouncycastle.crypto.general.SecureHash.AuthParameters
-
Packages that use SecureHash.AuthParameters Package Description org.bouncycastle.crypto.general 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.AuthParameters Modifier and Type Field Description static SecureHash.AuthParametersSecureHash. GOST3411_HMACstatic SecureHash.AuthParametersSecureHash. MD5_HMACstatic SecureHash.AuthParametersSecureHash. RIPEMD128_HMACstatic SecureHash.AuthParametersSecureHash. RIPEMD160_HMACstatic SecureHash.AuthParametersSecureHash. RIPEMD256_HMACstatic SecureHash.AuthParametersSecureHash. RIPEMD320_HMACstatic SecureHash.AuthParametersSecureHash. TIGER_HMACstatic SecureHash.AuthParametersSecureHash. WHIRLPOOL_HMACMethods in org.bouncycastle.crypto.general that return SecureHash.AuthParameters Modifier and Type Method Description SecureHash.AuthParametersSecureHash.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.AuthParameters Modifier and Type Method Description protected intSecureHash.MACOperatorFactory. calculateMACSize(SecureHash.AuthParameters parameters)protected MacSecureHash.MACOperatorFactory. createMAC(SymmetricKey key, SecureHash.AuthParameters parameters)
-