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