Uses of Class
org.bouncycastle.crypto.general.Blowfish.AuthParameters
-
Packages that use Blowfish.AuthParameters Package Description org.bouncycastle.crypto.general 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.AuthParameters Modifier and Type Field Description static Blowfish.AuthParameters
Blowfish. CMAC
Blowfish cipher-based MAC algorithm.static Blowfish.AuthParameters
Blowfish. EAX
Blowfish in EAX mode..Methods in org.bouncycastle.crypto.general that return Blowfish.AuthParameters Modifier and Type Method Description protected Blowfish.AuthParameters
Blowfish.AuthParameters. create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits)
Methods in org.bouncycastle.crypto.general with parameters of type Blowfish.AuthParameters Modifier and Type Method Description protected 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)
-