Uses of Class
org.bouncycastle.crypto.general.SipHash.AuthParameters
-
Packages that use SipHash.AuthParameters Package Description org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of SipHash.AuthParameters in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return SipHash.AuthParameters Modifier and Type Method Description SipHash.AuthParametersSipHash.AuthParameters. withMACSize(int macSizeInBits)Methods in org.bouncycastle.crypto.general with parameters of type SipHash.AuthParameters Modifier and Type Method Description protected intSipHash.MACOperatorFactory. calculateMACSize(SipHash.AuthParameters parameters)protected MacSipHash.MACOperatorFactory. createMAC(SymmetricKey key, SipHash.AuthParameters parameters)
-