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.AuthParameters
SipHash.AuthParameters. withMACSize(int macSizeInBits)
Methods in org.bouncycastle.crypto.general with parameters of type SipHash.AuthParameters Modifier and Type Method Description protected int
SipHash.MACOperatorFactory. calculateMACSize(SipHash.AuthParameters parameters)
protected Mac
SipHash.MACOperatorFactory. createMAC(SymmetricKey key, SipHash.AuthParameters parameters)
-