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
Fields in org.bouncycastle.crypto.general declared as SHACAL2.AuthParametersModifier and TypeFieldDescriptionstatic final SHACAL2.AuthParameters
SHACAL2.CMAC
SHACAL-2 cipher-based MAC algorithm.static final SHACAL2.AuthParameters
SHACAL2.EAX
SHACAL-2 in counter (EAX) mode.Methods in org.bouncycastle.crypto.general that return SHACAL2.AuthParametersModifier and TypeMethodDescriptionprotected SHACAL2.AuthParameters
SHACAL2.AuthParameters.create
(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits) Methods in org.bouncycastle.crypto.general with parameters of type SHACAL2.AuthParametersModifier and TypeMethodDescriptionprotected int
SHACAL2.MACOperatorFactory.calculateMACSize
(SHACAL2.AuthParameters parameters) protected AEADBlockCipher
SHACAL2.AEADOperatorFactory.createAEADCipher
(boolean forEncryption, SymmetricKey key, SHACAL2.AuthParameters parameters) protected Mac
SHACAL2.MACOperatorFactory.createMAC
(SymmetricKey key, SHACAL2.AuthParameters parameters)