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