Uses of Class
org.bouncycastle.crypto.general.ARIA.AuthParameters
Packages that use ARIA.AuthParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of ARIA.AuthParameters in org.bouncycastle.crypto.general
Subclasses with type arguments of type ARIA.AuthParameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classFactory for ARIA AEAD encryption/decryption operators.static final classParameters for ARIA AEAD and MAC modes..static final classFactory for producing ARIA MAC calculators.Fields in org.bouncycastle.crypto.general declared as ARIA.AuthParametersModifier and TypeFieldDescriptionstatic final ARIA.AuthParametersARIA.CCMARIA in counter with CBC-MAC (CCM).static final ARIA.AuthParametersARIA.CMACARIA cipher-based MAC algorithm.static final ARIA.AuthParametersARIA.EAXARIA in EAX mode.static final ARIA.AuthParametersARIA.GCMARIA in Galois/Counter Mode (GCM).static final ARIA.AuthParametersARIA.GMACARIA cipher-based GMAC algorithm.static final ARIA.AuthParametersARIA.OCBARIA in offset code book (OCB) mode.Methods in org.bouncycastle.crypto.general that return ARIA.AuthParametersModifier and TypeMethodDescriptionprotected ARIA.AuthParametersARIA.AuthParameters.create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits) Methods in org.bouncycastle.crypto.general with parameters of type ARIA.AuthParametersModifier and TypeMethodDescriptionprotected intARIA.MACOperatorFactory.calculateMACSize(ARIA.AuthParameters parameters) protected AEADBlockCipherARIA.AEADOperatorFactory.createAEADCipher(boolean forEncryption, SymmetricKey key, ARIA.AuthParameters parameters) protected MacARIA.MACOperatorFactory.createMAC(SymmetricKey key, ARIA.AuthParameters parameters)