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.AuthParametersBlowfish.CMACBlowfish cipher-based MAC algorithm.static final Blowfish.AuthParametersBlowfish.EAXBlowfish in EAX mode..Methods in org.bouncycastle.crypto.general that return Blowfish.AuthParametersModifier and TypeMethodDescriptionprotected Blowfish.AuthParametersBlowfish.AuthParameters.create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits) Methods in org.bouncycastle.crypto.general with parameters of type Blowfish.AuthParametersModifier and TypeMethodDescriptionprotected intBlowfish.MACOperatorFactory.calculateMACSize(Blowfish.AuthParameters parameters) protected AEADBlockCipherBlowfish.AEADOperatorFactory.createAEADCipher(boolean forEncryption, SymmetricKey key, Blowfish.AuthParameters parameters) protected MacBlowfish.MACOperatorFactory.createMAC(SymmetricKey key, Blowfish.AuthParameters parameters)