Uses of Class
org.bouncycastle.crypto.general.DES.Parameters
Packages that use DES.Parameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of DES.Parameters in org.bouncycastle.crypto.general
Subclasses with type arguments of type DES.Parameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classFactory for basic DES encryption/decryption operators.Fields in org.bouncycastle.crypto.general declared as DES.ParametersModifier and TypeFieldDescriptionstatic final DES.ParametersDES.CBCDES in cipher block chaining (CBC) mode.static final DES.ParametersDES.CBCwithCS1DES in cipher block chaining mode cipher text stealing type 1.static final DES.ParametersDES.CBCwithCS2DES in cipher block chaining mode cipher text stealing type 2.static final DES.ParametersDES.CBCwithCS3DES in cipher block chaining mode cipher text stealing type 3.static final DES.ParametersDES in cipher block chaining mode with ISO10126-2 padding.static final DES.ParametersDES.CBCwithISO7816_4DES in cipher block chaining mode with ISO7816-4 padding.static final DES.ParametersDES.CBCwithPKCS7DES in cipher block chaining mode with PKCS#7/PKCS#5 padding.static final DES.ParametersDES.CBCwithTBCDES in cipher block chaining mode with trailing bit complement (TBC) padding.static final DES.ParametersDES.CBCwithX923DES in cipher block chaining mode with X9.23 padding.static final DES.ParametersDES.CFB64DES in cipher feedback (CFB) mode, 64 bit block size.static final DES.ParametersDES.CFB8DES in cipher feedback (CFB) mode, 8 bit block size.static final DES.ParametersDES.CTRDES in counter (CTR) mode.static final DES.ParametersDES.ECBDES in electronic code book (ECB) mode.static final DES.ParametersDES in electronic code book mode with ISO10126-2 padding.static final DES.ParametersDES.ECBwithISO7816_4DES in electronic code book mode with ISO7816-4 padding.static final DES.ParametersDES.ECBwithPKCS7DES in electronic code book mode with PKCS#7/PKCS#5 padding.static final DES.ParametersDES.ECBwithTBCDES in electronic code book mode with trailing bit complement (TBC) padding.static final DES.ParametersDES.ECBwithX923DES in electronic code book mode with X9.23 padding.static final DES.ParametersDES.OFBDES in output feedback (OFB) mode, 64 bit block size.static final DES.ParametersDES.OpenPGPCFBDES in OpenPGP cipher feedback (CFB) mode.Methods in org.bouncycastle.crypto.general that return DES.ParametersModifier and TypeMethodDescriptionDES.Parameters.withIV(byte[] iv) DES.Parameters.withIV(SecureRandom random) Methods in org.bouncycastle.crypto.general with parameters of type DES.ParametersModifier and TypeMethodDescriptionprotected BufferedBlockCipherDES.OperatorFactory.createCipher(boolean forEncryption, SymmetricKey key, DES.Parameters parameters, SecureRandom random)