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.AuthParameters
RC2. CBC_MAC
RC2 cipher-based CBC MAC algorithm.static RC2.AuthParameters
RC2. CFB8_MAC
RC2 CFB8MAC.static RC2.AuthParameters
RC2. CMAC
RC2 cipher-based MAC algorithm.static RC2.AuthParameters
RC2. EAX
RC2 in EAX mode.Methods in org.bouncycastle.crypto.general that return RC2.AuthParameters Modifier and Type Method Description protected RC2.AuthParameters
RC2.AuthParameters. create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits)
RC2.AuthParameters
RC2.AuthParameters. withEffectiveKeySizeInBits(int effectiveKeySizeInBits)
Methods in org.bouncycastle.crypto.general with parameters of type RC2.AuthParameters Modifier and Type Method Description protected 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)
-