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