Uses of Class
org.bouncycastle.crypto.general.IDEA.AuthParameters
-
Packages that use IDEA.AuthParameters Package Description org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of IDEA.AuthParameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as IDEA.AuthParameters Modifier and Type Field Description static IDEA.AuthParametersIDEA. CBC_MACIDEA CBC_MAC.static IDEA.AuthParametersIDEA. CFB8_MACIDEA CFB8MAC.static IDEA.AuthParametersIDEA. CMACIDEA cipher-based MAC algorithm.static IDEA.AuthParametersIDEA. EAXIDEA in EAX mode.Methods in org.bouncycastle.crypto.general that return IDEA.AuthParameters Modifier and Type Method Description protected IDEA.AuthParametersIDEA.AuthParameters. create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits)Methods in org.bouncycastle.crypto.general with parameters of type IDEA.AuthParameters Modifier and Type Method Description protected intIDEA.MACOperatorFactory. calculateMACSize(IDEA.AuthParameters parameters)protected AEADBlockCipherIDEA.AEADOperatorFactory. createAEADCipher(boolean forEncryption, SymmetricKey key, IDEA.AuthParameters parameters)protected MacIDEA.MACOperatorFactory. createMAC(SymmetricKey key, IDEA.AuthParameters parameters)
-