Uses of Class
org.bouncycastle.crypto.general.Poly1305.AuthParameters
Packages that use Poly1305.AuthParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of Poly1305.AuthParameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as Poly1305.AuthParametersModifier and TypeFieldDescriptionstatic final Poly1305.AuthParametersPoly1305.MACstatic final Poly1305.AuthParametersPoly1305.MACwithAESstatic final Poly1305.AuthParametersPoly1305.MACwithCAMELLIAstatic final Poly1305.AuthParametersPoly1305.MACwithSEEDstatic final Poly1305.AuthParametersPoly1305.MACwithSerpentstatic final Poly1305.AuthParametersPoly1305.MACwithTwofishMethods in org.bouncycastle.crypto.general that return Poly1305.AuthParametersModifier and TypeMethodDescriptionprotected Poly1305.AuthParametersPoly1305.AuthParameters.create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits) Methods in org.bouncycastle.crypto.general with parameters of type Poly1305.AuthParametersModifier and TypeMethodDescriptionprotected intPoly1305.MACOperatorFactory.calculateMACSize(Poly1305.AuthParameters parameters) protected MacPoly1305.MACOperatorFactory.createMAC(SymmetricKey key, Poly1305.AuthParameters parameters)