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