Uses of Class
org.bouncycastle.crypto.general.IDEA.Parameters
Packages that use IDEA.Parameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of IDEA.Parameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as IDEA.ParametersModifier and TypeFieldDescriptionstatic final IDEA.Parameters
IDEA.CBC
IDEA in cipher block chaining (CBC) mode.static final IDEA.Parameters
IDEA.CBCwithCS1
IDEA in cipher block chaining mode cipher text stealing type 1.static final IDEA.Parameters
IDEA.CBCwithCS2
IDEA in cipher block chaining mode cipher text stealing type 2.static final IDEA.Parameters
IDEA.CBCwithCS3
IDEA in cipher block chaining mode cipher text stealing type 3.static final IDEA.Parameters
IDEA.CBCwithISO10126_2
IDEA in cipher block chaining mode with ISO10126-2 padding.static final IDEA.Parameters
IDEA.CBCwithISO7816_4
IDEA in cipher block chaining mode with ISO7816-4 padding.static final IDEA.Parameters
IDEA.CBCwithPKCS7
IDEA in cipher block chaining mode with PKCS#7/PKCS#5 padding.static final IDEA.Parameters
IDEA.CBCwithTBC
IDEA in cipher block chaining mode with trailing bit complement (TBC) padding.static final IDEA.Parameters
IDEA.CBCwithX923
IDEA in cipher block chaining mode with X9.23 padding.static final IDEA.Parameters
IDEA.CFB64
IDEA in cipher feedback (CFB) mode.static final IDEA.Parameters
IDEA.CFB8
IDEA in cipher feedback (CFB) mode, 8 bit block size.static final IDEA.Parameters
IDEA.CTR
IDEA in counter (CTR) mode.static final IDEA.Parameters
IDEA.ECB
IDEA in electronic code book (ECB) mode.static final IDEA.Parameters
IDEA.ECBwithISO10126_2
IDEA in electronic code book mode with ISO10126-2 padding.static final IDEA.Parameters
IDEA.ECBwithISO7816_4
IDEA in electronic code book mode with ISO7816-4 padding.static final IDEA.Parameters
IDEA.ECBwithPKCS7
IDEA in electronic code book mode with PKCS#7/PKCS#5 padding.static final IDEA.Parameters
IDEA.ECBwithTBC
IDEA in electronic code book mode with trailing bit complement (TBC) padding.static final IDEA.Parameters
IDEA.ECBwithX923
IDEA in electronic code book mode with X9.23 padding.static final IDEA.Parameters
IDEA.OFB
IDEA in output feedback (OFB) mode.static final IDEA.Parameters
IDEA.OpenPGPCFB
IDEA in OpenPGP cipher feedback (CFB) mode.Methods in org.bouncycastle.crypto.general that return IDEA.ParametersModifier and TypeMethodDescriptionIDEA.Parameters.withIV
(byte[] iv) IDEA.Parameters.withIV
(SecureRandom random) Methods in org.bouncycastle.crypto.general with parameters of type IDEA.ParametersModifier and TypeMethodDescriptionprotected BufferedBlockCipher
IDEA.OperatorFactory.createCipher
(boolean forEncryption, SymmetricKey key, IDEA.Parameters parameters, SecureRandom random)