Uses of Class
org.bouncycastle.crypto.general.RC2.Parameters
Packages that use RC2.Parameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of RC2.Parameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as RC2.ParametersModifier and TypeFieldDescriptionstatic final RC2.ParametersRC2.CBCRC2 in cipher block chaining (CBC) mode.static final RC2.ParametersRC2.CBCwithCS1RC2 in cipher block chaining mode cipher text stealing type 1.static final RC2.ParametersRC2.CBCwithCS2RC2 in cipher block chaining mode cipher text stealing type 2.static final RC2.ParametersRC2.CBCwithCS3RC2 in cipher block chaining mode cipher text stealing type 3.static final RC2.ParametersRC2 in cipher block chaining mode with ISO10126-2 padding.static final RC2.ParametersRC2.CBCwithISO7816_4RC2 in cipher block chaining mode with ISO7816-4 padding.static final RC2.ParametersRC2.CBCwithPKCS7RC2 in cipher block chaining mode with PKCS#7/PKCS#5 padding.static final RC2.ParametersRC2.CBCwithTBCRC2 in cipher block chaining mode with trailing bit complement (TBC) padding.static final RC2.ParametersRC2.CBCwithX923RC2 in cipher block chaining mode with X9.23 padding.static final RC2.ParametersRC2.CFB64RC2 in cipher feedback (CFB) mode, 64 bit block size.static final RC2.ParametersRC2.CFB8RC2 in cipher feedback (CFB) mode, 8 bit block size.static final RC2.ParametersRC2.CTRRC2 in counter (CTR) mode.static final RC2.ParametersRC2.ECBRC2 in electronic code book (ECB) mode.static final RC2.ParametersRC2 in electronic code book mode with ISO10126-2 padding.static final RC2.ParametersRC2.ECBwithISO7816_4RC2 in electronic code book mode with ISO7816-4 padding.static final RC2.ParametersRC2.ECBwithPKCS7RC2 in electronic code book mode with PKCS#7/PKCS#5 padding.static final RC2.ParametersRC2.ECBwithTBCRC2 in electronic code book mode with trailing bit complement (TBC) padding.static final RC2.ParametersRC2.ECBwithX923RC2 in electronic code book mode with X9.23 padding.static final RC2.ParametersRC2.OFBRC2 in output feedback (OFB) mode, 64 bit block size.static final RC2.ParametersRC2.RFC3217_WRAPRC2 RFC 3217 key wrapper.Methods in org.bouncycastle.crypto.general that return RC2.ParametersModifier and TypeMethodDescriptionRC2.Parameters.withEffectiveKeySizeInBits(int effectiveKeySizeInBits) RC2.Parameters.withIV(byte[] iv) RC2.Parameters.withIV(SecureRandom random) Methods in org.bouncycastle.crypto.general with parameters of type RC2.ParametersModifier and TypeMethodDescriptionprotected BufferedBlockCipherRC2.OperatorFactory.createCipher(boolean forEncryption, SymmetricKey key, RC2.Parameters parameters, SecureRandom random) protected WrapperRC2.KeyWrapOperatorFactory.createWrapper(boolean forWrapping, SymmetricKey key, RC2.Parameters parameters, SecureRandom random)