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