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
Subclasses with type arguments of type CAST5.Parameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classFactory for basic CAST5 encryption/decryption operators.static final classParameters for general CAST5 block cipher modes.Fields in org.bouncycastle.crypto.general declared as CAST5.ParametersModifier and TypeFieldDescriptionstatic final CAST5.ParametersCAST5.CBCCAST5 in cipher block chaining (CBC) mode.static final CAST5.ParametersCAST5.CBCwithCS1CAST5 in cipher block chaining mode cipher text stealing type 1.static final CAST5.ParametersCAST5.CBCwithCS2CAST5 in cipher block chaining mode cipher text stealing type 2.static final CAST5.ParametersCAST5.CBCwithCS3CAST5 in cipher block chaining mode cipher text stealing type 3.static final CAST5.ParametersCAST5.CBCwithISO10126_2CAST5 in cipher block chaining mode with ISO10126-2 padding.static final CAST5.ParametersCAST5.CBCwithISO7816_4CAST5 in cipher block chaining mode with ISO7816-4 padding.static final CAST5.ParametersCAST5.CBCwithPKCS7CAST5 in cipher block chaining mode with PKCS#7/PKCS#5 padding.static final CAST5.ParametersCAST5.CBCwithTBCCAST5 in cipher block chaining mode with trailing bit complement (TBC) padding.static final CAST5.ParametersCAST5.CBCwithX923CAST5 in cipher block chaining mode with X9.23 padding.static final CAST5.ParametersCAST5.CFB64CAST5 in cipher feedback (CFB) mode, 64 bit block size.static final CAST5.ParametersCAST5.CFB8CAST5 in cipher feedback (CFB) mode, 8 bit block size.static final CAST5.ParametersCAST5.CTRCAST5 in counter (CTR) mode.static final CAST5.ParametersCAST5.ECBCAST5 in electronic code book (ECB) mode.static final CAST5.ParametersCAST5.ECBwithISO10126_2CAST5 in electronic code book mode with ISO10126-2 padding.static final CAST5.ParametersCAST5.ECBwithISO7816_4CAST5 in electronic code book mode with ISO7816-4 padding.static final CAST5.ParametersCAST5.ECBwithPKCS7CAST5 in electronic code book mode with PKCS#7/PKCS#5 padding.static final CAST5.ParametersCAST5.ECBwithTBCCAST5 in electronic code book mode with trailing bit complement (TBC) padding.static final CAST5.ParametersCAST5.ECBwithX923CAST5 in electronic code book mode with X9.23 padding.static final CAST5.ParametersCAST5.OFBCAST5 in output feedback (OFB) mode, 64 bit block size.static final CAST5.ParametersCAST5.OpenPGPCFBCAST5 in OpenPGP cipher feedback (CFB) mode.Methods in org.bouncycastle.crypto.general that return CAST5.ParametersModifier and TypeMethodDescriptionprotected CAST5.ParametersCAST5.Parameters.create(GeneralAlgorithm algorithm, byte[] iv) Methods in org.bouncycastle.crypto.general with parameters of type CAST5.ParametersModifier and TypeMethodDescriptionprotected BufferedBlockCipherCAST5.OperatorFactory.createCipher(boolean forEncryption, SymmetricKey key, CAST5.Parameters parameters, SecureRandom random)