Uses of Class
org.bouncycastle.crypto.general.SHACAL2.AuthParameters
Packages that use SHACAL2.AuthParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of SHACAL2.AuthParameters in org.bouncycastle.crypto.general
Subclasses with type arguments of type SHACAL2.AuthParameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classFactory for SHACAL-2 AEAD encryption/decryption operators.static final classParameters for SHACAL-2 AEAD and MAC modes.static final classFactory for producing SHACAL-2 MAC calculators.Fields in org.bouncycastle.crypto.general declared as SHACAL2.AuthParametersModifier and TypeFieldDescriptionstatic final SHACAL2.AuthParametersSHACAL2.CMACSHACAL-2 cipher-based MAC algorithm.static final SHACAL2.AuthParametersSHACAL2.EAXSHACAL-2 in counter (EAX) mode.Methods in org.bouncycastle.crypto.general that return SHACAL2.AuthParametersModifier and TypeMethodDescriptionprotected SHACAL2.AuthParametersSHACAL2.AuthParameters.create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits) Methods in org.bouncycastle.crypto.general with parameters of type SHACAL2.AuthParametersModifier and TypeMethodDescriptionprotected intSHACAL2.MACOperatorFactory.calculateMACSize(SHACAL2.AuthParameters parameters) protected AEADBlockCipherSHACAL2.AEADOperatorFactory.createAEADCipher(boolean forEncryption, SymmetricKey key, SHACAL2.AuthParameters parameters) protected MacSHACAL2.MACOperatorFactory.createMAC(SymmetricKey key, SHACAL2.AuthParameters parameters)