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.AuthParameters
Serpent. CCM
Serpent in counter with CBC-MAC (CCM).static Serpent.AuthParameters
Serpent. CMAC
Serpent cipher-based MAC algorithm.static Serpent.AuthParameters
Serpent. EAX
Serpent in EAX mode.static Serpent.AuthParameters
Serpent. GCM
Serpent in Galois/Counter Mode (GCM).static Serpent.AuthParameters
Serpent. GMAC
Serpent cipher-based GMAC algorithm.static Serpent.AuthParameters
Serpent. OCB
Serpent in offset code book (OCB) mode.Methods in org.bouncycastle.crypto.general that return Serpent.AuthParameters Modifier and Type Method Description protected Serpent.AuthParameters
Serpent.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 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)
-