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.AuthParameters
SecureHash. GOST3411_HMAC
static SecureHash.AuthParameters
SecureHash. MD5_HMAC
static SecureHash.AuthParameters
SecureHash. RIPEMD128_HMAC
static SecureHash.AuthParameters
SecureHash. RIPEMD160_HMAC
static SecureHash.AuthParameters
SecureHash. RIPEMD256_HMAC
static SecureHash.AuthParameters
SecureHash. RIPEMD320_HMAC
static SecureHash.AuthParameters
SecureHash. TIGER_HMAC
static SecureHash.AuthParameters
SecureHash. WHIRLPOOL_HMAC
Methods in org.bouncycastle.crypto.general that return SecureHash.AuthParameters Modifier and Type Method Description SecureHash.AuthParameters
SecureHash.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 int
SecureHash.MACOperatorFactory. calculateMACSize(SecureHash.AuthParameters parameters)
protected Mac
SecureHash.MACOperatorFactory. createMAC(SymmetricKey key, SecureHash.AuthParameters parameters)
-