Uses of Class
org.bouncycastle.crypto.general.Serpent.AuthParameters
-
Packages that use Serpent.AuthParameters Package Description org.bouncycastle.crypto.general 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.AuthParameters Modifier and Type Field Description static Serpent.AuthParametersSerpent. CCMSerpent in counter with CBC-MAC (CCM).static Serpent.AuthParametersSerpent. CMACSerpent cipher-based MAC algorithm.static Serpent.AuthParametersSerpent. EAXSerpent in EAX mode.static Serpent.AuthParametersSerpent. GCMSerpent in Galois/Counter Mode (GCM).static Serpent.AuthParametersSerpent. GMACSerpent cipher-based GMAC algorithm.static Serpent.AuthParametersSerpent. OCBSerpent in offset code book (OCB) mode.Methods in org.bouncycastle.crypto.general that return Serpent.AuthParameters Modifier and Type Method Description protected Serpent.AuthParametersSerpent.AuthParameters. create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits)Methods in org.bouncycastle.crypto.general with parameters of type Serpent.AuthParameters Modifier and Type Method Description protected intSerpent.MACOperatorFactory. calculateMACSize(Serpent.AuthParameters parameters)protected AEADBlockCipherSerpent.AEADOperatorFactory. createAEADCipher(boolean forEncryption, SymmetricKey key, Serpent.AuthParameters parameters)protected MacSerpent.MACOperatorFactory. createMAC(SymmetricKey key, Serpent.AuthParameters parameters)
-