Uses of Class
org.bouncycastle.crypto.general.RC2.AuthParameters
-
Packages that use RC2.AuthParameters Package Description org.bouncycastle.crypto.general 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.AuthParameters Modifier and Type Field Description static RC2.AuthParametersRC2. CBC_MACRC2 cipher-based CBC MAC algorithm.static RC2.AuthParametersRC2. CFB8_MACRC2 CFB8MAC.static RC2.AuthParametersRC2. CMACRC2 cipher-based MAC algorithm.static RC2.AuthParametersRC2. EAXRC2 in EAX mode.Methods in org.bouncycastle.crypto.general that return RC2.AuthParameters Modifier and Type Method Description protected RC2.AuthParametersRC2.AuthParameters. create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits)RC2.AuthParametersRC2.AuthParameters. withEffectiveKeySizeInBits(int effectiveKeySizeInBits)Methods in org.bouncycastle.crypto.general with parameters of type RC2.AuthParameters Modifier and Type Method Description protected 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)
-