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