Uses of Class
org.bouncycastle.crypto.general.SHACAL2.Parameters
Packages that use SHACAL2.Parameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of SHACAL2.Parameters in org.bouncycastle.crypto.general
Subclasses with type arguments of type SHACAL2.Parameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classFactory for basic SHACAL-2 encryption/decryption operators.static final classParameters for general SHACAL-2 block cipher modes.Fields in org.bouncycastle.crypto.general declared as SHACAL2.ParametersModifier and TypeFieldDescriptionstatic final SHACAL2.ParametersSHACAL2.CBCSHACAL-2 in cipher block chaining (CBC) mode.static final SHACAL2.ParametersSHACAL2.CBCwithCS1SHACAL-2 in cipher block chaining mode cipher text stealing type 1.static final SHACAL2.ParametersSHACAL2.CBCwithCS2SHACAL-2 in cipher block chaining mode cipher text stealing type 2.static final SHACAL2.ParametersSHACAL2.CBCwithCS3SHACAL-2 in cipher block chaining mode cipher text stealing type 3.static final SHACAL2.ParametersSHACAL2.CBCwithISO10126_2SHACAL-2 in cipher block chaining mode with ISO10126-2 padding.static final SHACAL2.ParametersSHACAL2.CBCwithISO7816_4SHACAL-2 in cipher block chaining mode with ISO7816-4 padding.static final SHACAL2.ParametersSHACAL2.CBCwithPKCS7SHACAL-2 in cipher block chaining mode with PKCS#7/PKCS#5 padding.static final SHACAL2.ParametersSHACAL2.CBCwithTBCSHACAL-2 in cipher block chaining mode with trailing bit complement (TBC) padding.static final SHACAL2.ParametersSHACAL2.CBCwithX923SHACAL-2 in cipher block chaining mode with X9.23 padding.static final SHACAL2.ParametersSHACAL2.CFB256SHACAL-2 in cipher feedback (CFB) mode, 256 bit block size.static final SHACAL2.ParametersSHACAL2.CFB8SHACAL-2 in cipher feedback (CFB) mode, 8 bit block size.static final SHACAL2.ParametersSHACAL2.CTRSHACAL-2 in counter (CTR) mode.static final SHACAL2.ParametersSHACAL2.ECBSHACAL-2 in electronic code book (ECB) mode.static final SHACAL2.ParametersSHACAL2.ECBwithISO10126_2SHACAL-2 in electronic code book mode with ISO10126-2 padding.static final SHACAL2.ParametersSHACAL2.ECBwithISO7816_4SHACAL-2 in electronic code book mode with ISO7816-4 padding.static final SHACAL2.ParametersSHACAL2.ECBwithPKCS7SHACAL-2 in electronic code book mode with PKCS#7/PKCS#5 padding.static final SHACAL2.ParametersSHACAL2.ECBwithTBCSHACAL-2 in electronic code book mode with trailing bit complement (TBC) padding.static final SHACAL2.ParametersSHACAL2.ECBwithX923SHACAL-2 in electronic code book mode with X9.23 padding.static final SHACAL2.ParametersSHACAL2.OFBSHACAL-2 in output feedback (OFB) mode.Methods in org.bouncycastle.crypto.general that return SHACAL2.ParametersModifier and TypeMethodDescriptionprotected SHACAL2.ParametersSHACAL2.Parameters.create(GeneralAlgorithm algorithm, byte[] iv) Methods in org.bouncycastle.crypto.general with parameters of type SHACAL2.ParametersModifier and TypeMethodDescriptionprotected BufferedBlockCipherSHACAL2.OperatorFactory.createCipher(boolean forEncryption, SymmetricKey key, SHACAL2.Parameters parameters, SecureRandom random)