Uses of Class
org.bouncycastle.crypto.general.Serpent.AuthParameters
Packages that use Serpent.AuthParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of Serpent.AuthParameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as Serpent.AuthParametersModifier and TypeFieldDescriptionstatic final Serpent.AuthParameters
Serpent.CCM
Serpent in counter with CBC-MAC (CCM).static final Serpent.AuthParameters
Serpent.CMAC
Serpent cipher-based MAC algorithm.static final Serpent.AuthParameters
Serpent.EAX
Serpent in EAX mode.static final Serpent.AuthParameters
Serpent.GCM
Serpent in Galois/Counter Mode (GCM).static final Serpent.AuthParameters
Serpent.GMAC
Serpent cipher-based GMAC algorithm.static final Serpent.AuthParameters
Serpent.OCB
Serpent in offset code book (OCB) mode.Methods in org.bouncycastle.crypto.general that return Serpent.AuthParametersModifier and TypeMethodDescriptionprotected Serpent.AuthParameters
Serpent.AuthParameters.create
(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits) Methods in org.bouncycastle.crypto.general with parameters of type Serpent.AuthParametersModifier and TypeMethodDescriptionprotected int
Serpent.MACOperatorFactory.calculateMACSize
(Serpent.AuthParameters parameters) protected AEADBlockCipher
Serpent.AEADOperatorFactory.createAEADCipher
(boolean forEncryption, SymmetricKey key, Serpent.AuthParameters parameters) protected Mac
Serpent.MACOperatorFactory.createMAC
(SymmetricKey key, Serpent.AuthParameters parameters)