Uses of Class
org.bouncycastle.crypto.general.SipHash.AuthParameters
Packages that use SipHash.AuthParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of SipHash.AuthParameters in org.bouncycastle.crypto.general
Subclasses with type arguments of type SipHash.AuthParameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classFactory for producing SipHash MAC calculators.Classes in org.bouncycastle.crypto.general that implement interfaces with type arguments of type SipHash.AuthParametersModifier and TypeClassDescriptionstatic final classParameters for SipHash MAC modes.Methods in org.bouncycastle.crypto.general that return SipHash.AuthParametersMethods in org.bouncycastle.crypto.general with parameters of type SipHash.AuthParametersModifier and TypeMethodDescriptionprotected intSipHash.MACOperatorFactory.calculateMACSize(SipHash.AuthParameters parameters) protected MacSipHash.MACOperatorFactory.createMAC(SymmetricKey key, SipHash.AuthParameters parameters)