Uses of Class
org.bouncycastle.crypto.general.Poly1305.AuthParameters
-
Packages that use Poly1305.AuthParameters Package Description org.bouncycastle.crypto.general 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.AuthParameters Modifier and Type Field Description static Poly1305.AuthParameters
Poly1305. MAC
static Poly1305.AuthParameters
Poly1305. MACwithAES
static Poly1305.AuthParameters
Poly1305. MACwithCAMELLIA
static Poly1305.AuthParameters
Poly1305. MACwithSEED
static Poly1305.AuthParameters
Poly1305. MACwithSerpent
static Poly1305.AuthParameters
Poly1305. MACwithTwofish
Methods in org.bouncycastle.crypto.general that return Poly1305.AuthParameters Modifier and Type Method Description protected Poly1305.AuthParameters
Poly1305.AuthParameters. create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits)
Methods in org.bouncycastle.crypto.general with parameters of type Poly1305.AuthParameters Modifier and Type Method Description protected int
Poly1305.MACOperatorFactory. calculateMACSize(Poly1305.AuthParameters parameters)
protected Mac
Poly1305.MACOperatorFactory. createMAC(SymmetricKey key, Poly1305.AuthParameters parameters)
-