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