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