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.AuthParameters
Poly1305.MAC
static final Poly1305.AuthParameters
Poly1305.MACwithAES
static final Poly1305.AuthParameters
Poly1305.MACwithCAMELLIA
static final Poly1305.AuthParameters
Poly1305.MACwithSEED
static final Poly1305.AuthParameters
Poly1305.MACwithSerpent
static final Poly1305.AuthParameters
Poly1305.MACwithTwofish
Methods in org.bouncycastle.crypto.general that return Poly1305.AuthParametersModifier and TypeMethodDescriptionprotected Poly1305.AuthParameters
Poly1305.AuthParameters.create
(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits) Methods in org.bouncycastle.crypto.general with parameters of type Poly1305.AuthParametersModifier and TypeMethodDescriptionprotected int
Poly1305.MACOperatorFactory.calculateMACSize
(Poly1305.AuthParameters parameters) protected Mac
Poly1305.MACOperatorFactory.createMAC
(SymmetricKey key, Poly1305.AuthParameters parameters)