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
Fields in org.bouncycastle.crypto.general declared as SHACAL2.ParametersModifier and TypeFieldDescriptionstatic final SHACAL2.Parameters
SHACAL2.CBC
SHACAL-2 in cipher block chaining (CBC) mode.static final SHACAL2.Parameters
SHACAL2.CBCwithCS1
SHACAL-2 in cipher block chaining mode cipher text stealing type 1.static final SHACAL2.Parameters
SHACAL2.CBCwithCS2
SHACAL-2 in cipher block chaining mode cipher text stealing type 2.static final SHACAL2.Parameters
SHACAL2.CBCwithCS3
SHACAL-2 in cipher block chaining mode cipher text stealing type 3.static final SHACAL2.Parameters
SHACAL2.CBCwithISO10126_2
SHACAL-2 in cipher block chaining mode with ISO10126-2 padding.static final SHACAL2.Parameters
SHACAL2.CBCwithISO7816_4
SHACAL-2 in cipher block chaining mode with ISO7816-4 padding.static final SHACAL2.Parameters
SHACAL2.CBCwithPKCS7
SHACAL-2 in cipher block chaining mode with PKCS#7/PKCS#5 padding.static final SHACAL2.Parameters
SHACAL2.CBCwithTBC
SHACAL-2 in cipher block chaining mode with trailing bit complement (TBC) padding.static final SHACAL2.Parameters
SHACAL2.CBCwithX923
SHACAL-2 in cipher block chaining mode with X9.23 padding.static final SHACAL2.Parameters
SHACAL2.CFB256
SHACAL-2 in cipher feedback (CFB) mode, 256 bit block size.static final SHACAL2.Parameters
SHACAL2.CFB8
SHACAL-2 in cipher feedback (CFB) mode, 8 bit block size.static final SHACAL2.Parameters
SHACAL2.CTR
SHACAL-2 in counter (CTR) mode.static final SHACAL2.Parameters
SHACAL2.ECB
SHACAL-2 in electronic code book (ECB) mode.static final SHACAL2.Parameters
SHACAL2.ECBwithISO10126_2
SHACAL-2 in electronic code book mode with ISO10126-2 padding.static final SHACAL2.Parameters
SHACAL2.ECBwithISO7816_4
SHACAL-2 in electronic code book mode with ISO7816-4 padding.static final SHACAL2.Parameters
SHACAL2.ECBwithPKCS7
SHACAL-2 in electronic code book mode with PKCS#7/PKCS#5 padding.static final SHACAL2.Parameters
SHACAL2.ECBwithTBC
SHACAL-2 in electronic code book mode with trailing bit complement (TBC) padding.static final SHACAL2.Parameters
SHACAL2.ECBwithX923
SHACAL-2 in electronic code book mode with X9.23 padding.static final SHACAL2.Parameters
SHACAL2.OFB
SHACAL-2 in output feedback (OFB) mode.Methods in org.bouncycastle.crypto.general that return SHACAL2.ParametersModifier and TypeMethodDescriptionprotected SHACAL2.Parameters
SHACAL2.Parameters.create
(GeneralAlgorithm algorithm, byte[] iv) Methods in org.bouncycastle.crypto.general with parameters of type SHACAL2.ParametersModifier and TypeMethodDescriptionprotected BufferedBlockCipher
SHACAL2.OperatorFactory.createCipher
(boolean forEncryption, SymmetricKey key, SHACAL2.Parameters parameters, SecureRandom random)