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.ParametersGOST28147.CBCGOST28147 in cipher block chaining (CBC) mode.static final GOST28147.ParametersGOST28147.CBCwithCS1GOST28147 in cipher block chaining mode cipher text stealing type 1.static final GOST28147.ParametersGOST28147.CBCwithCS2GOST28147 in cipher block chaining mode cipher text stealing type 2.static final GOST28147.ParametersGOST28147.CBCwithCS3GOST28147 in cipher block chaining mode cipher text stealing type 3.static final GOST28147.ParametersGOST28147.CBCwithISO10126_2GOST28147 in cipher block chaining mode with ISO10126-2 padding.static final GOST28147.ParametersGOST28147.CBCwithISO7816_4GOST28147 in cipher block chaining mode with ISO7816-4 padding.static final GOST28147.ParametersGOST28147.CBCwithPKCS7GOST28147 in cipher block chaining mode with PKCS#7/PKCS#5 padding.static final GOST28147.ParametersGOST28147.CBCwithTBCGOST28147 in cipher block chaining mode with trailing bit complement (TBC) padding.static final GOST28147.ParametersGOST28147.CBCwithX923GOST28147 in cipher block chaining mode with X9.23 padding.static final GOST28147.ParametersGOST28147.CFB64GOST28147 in cipher feedback (CFB) mode, 64 bit block size.static final GOST28147.ParametersGOST28147.CFB8GOST28147 in cipher feedback (CFB) mode, 8 bit block size.static final GOST28147.ParametersGOST28147.CTRGOST28147 in counter (CTR) mode.static final GOST28147.ParametersGOST28147.ECBGOST28147 in electronic code book (ECB) mode.static final GOST28147.ParametersGOST28147.ECBwithISO10126_2GOST28147 in electronic code book mode with ISO10126-2 padding.static final GOST28147.ParametersGOST28147.ECBwithISO7816_4GOST28147 in electronic code book mode with ISO7816-4 padding.static final GOST28147.ParametersGOST28147.ECBwithPKCS7GOST28147 in electronic code book mode with PKCS#7/PKCS#5 padding.static final GOST28147.ParametersGOST28147.ECBwithTBCGOST28147 in electronic code book mode with trailing bit complement (TBC) padding.static final GOST28147.ParametersGOST28147.ECBwithX923GOST28147 in electronic code book mode with X9.23 padding.static final GOST28147.ParametersGOST28147.GCFBStandard GOST28147 GOST-CFB modestatic final GOST28147.ParametersGOST28147.GOFBStandard GOST28147 GOST-OFB modestatic final GOST28147.ParametersGOST28147.OFBGOST28147 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 BufferedBlockCipherGOST28147.OperatorFactory.createCipher(boolean forEncryption, SymmetricKey key, GOST28147.Parameters parameters, SecureRandom random)