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.AuthParameters
IDEA. CBC_MAC
IDEA CBC_MAC.static IDEA.AuthParameters
IDEA. CFB8_MAC
IDEA CFB8MAC.static IDEA.AuthParameters
IDEA. CMAC
IDEA cipher-based MAC algorithm.static IDEA.AuthParameters
IDEA. EAX
IDEA in EAX mode.Methods in org.bouncycastle.crypto.general that return IDEA.AuthParameters Modifier and Type Method Description protected IDEA.AuthParameters
IDEA.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 int
IDEA.MACOperatorFactory. calculateMACSize(IDEA.AuthParameters parameters)
protected AEADBlockCipher
IDEA.AEADOperatorFactory. createAEADCipher(boolean forEncryption, SymmetricKey key, IDEA.AuthParameters parameters)
protected Mac
IDEA.MACOperatorFactory. createMAC(SymmetricKey key, IDEA.AuthParameters parameters)
-