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.AuthParametersRC2.CBC_MACRC2 cipher-based CBC MAC algorithm.static final RC2.AuthParametersRC2.CFB8_MACRC2 CFB8MAC.static final RC2.AuthParametersRC2.CMACRC2 cipher-based MAC algorithm.static final RC2.AuthParametersRC2.EAXRC2 in EAX mode.Methods in org.bouncycastle.crypto.general that return RC2.AuthParametersModifier and TypeMethodDescriptionprotected RC2.AuthParametersRC2.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 intRC2.MACOperatorFactory.calculateMACSize(RC2.AuthParameters parameters) protected AEADBlockCipherRC2.AEADOperatorFactory.createAEADCipher(boolean forEncryption, SymmetricKey key, RC2.AuthParameters parameters) protected MacRC2.MACOperatorFactory.createMAC(SymmetricKey key, RC2.AuthParameters parameters)