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
Subclasses with type arguments of type IDEA.AuthParameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classFactory for IDEA AEAD encryption/decryption operators.static final classParameters for IDEA AEAD and MAC modes.static final classFactory for producing IDEA MAC calculators.Fields in org.bouncycastle.crypto.general declared as IDEA.AuthParametersModifier and TypeFieldDescriptionstatic final IDEA.AuthParametersIDEA.CBC_MACIDEA CBC_MAC.static final IDEA.AuthParametersIDEA.CFB8_MACIDEA CFB8MAC.static final IDEA.AuthParametersIDEA.CMACIDEA cipher-based MAC algorithm.static final IDEA.AuthParametersIDEA.EAXIDEA in EAX mode.Methods in org.bouncycastle.crypto.general that return IDEA.AuthParametersModifier and TypeMethodDescriptionprotected IDEA.AuthParametersIDEA.AuthParameters.create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits) Methods in org.bouncycastle.crypto.general with parameters of type IDEA.AuthParametersModifier and TypeMethodDescriptionprotected intIDEA.MACOperatorFactory.calculateMACSize(IDEA.AuthParameters parameters) protected AEADBlockCipherIDEA.AEADOperatorFactory.createAEADCipher(boolean forEncryption, SymmetricKey key, IDEA.AuthParameters parameters) protected MacIDEA.MACOperatorFactory.createMAC(SymmetricKey key, IDEA.AuthParameters parameters)