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.Parameters
RC2.CBC
RC2 in cipher block chaining (CBC) mode.static final RC2.Parameters
RC2.CBCwithCS1
RC2 in cipher block chaining mode cipher text stealing type 1.static final RC2.Parameters
RC2.CBCwithCS2
RC2 in cipher block chaining mode cipher text stealing type 2.static final RC2.Parameters
RC2.CBCwithCS3
RC2 in cipher block chaining mode cipher text stealing type 3.static final RC2.Parameters
RC2 in cipher block chaining mode with ISO10126-2 padding.static final RC2.Parameters
RC2.CBCwithISO7816_4
RC2 in cipher block chaining mode with ISO7816-4 padding.static final RC2.Parameters
RC2.CBCwithPKCS7
RC2 in cipher block chaining mode with PKCS#7/PKCS#5 padding.static final RC2.Parameters
RC2.CBCwithTBC
RC2 in cipher block chaining mode with trailing bit complement (TBC) padding.static final RC2.Parameters
RC2.CBCwithX923
RC2 in cipher block chaining mode with X9.23 padding.static final RC2.Parameters
RC2.CFB64
RC2 in cipher feedback (CFB) mode, 64 bit block size.static final RC2.Parameters
RC2.CFB8
RC2 in cipher feedback (CFB) mode, 8 bit block size.static final RC2.Parameters
RC2.CTR
RC2 in counter (CTR) mode.static final RC2.Parameters
RC2.ECB
RC2 in electronic code book (ECB) mode.static final RC2.Parameters
RC2 in electronic code book mode with ISO10126-2 padding.static final RC2.Parameters
RC2.ECBwithISO7816_4
RC2 in electronic code book mode with ISO7816-4 padding.static final RC2.Parameters
RC2.ECBwithPKCS7
RC2 in electronic code book mode with PKCS#7/PKCS#5 padding.static final RC2.Parameters
RC2.ECBwithTBC
RC2 in electronic code book mode with trailing bit complement (TBC) padding.static final RC2.Parameters
RC2.ECBwithX923
RC2 in electronic code book mode with X9.23 padding.static final RC2.Parameters
RC2.OFB
RC2 in output feedback (OFB) mode, 64 bit block size.static final RC2.Parameters
RC2.RFC3217_WRAP
RC2 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 BufferedBlockCipher
RC2.OperatorFactory.createCipher
(boolean forEncryption, SymmetricKey key, RC2.Parameters parameters, SecureRandom random) protected Wrapper
RC2.KeyWrapOperatorFactory.createWrapper
(boolean forWrapping, SymmetricKey key, RC2.Parameters parameters, SecureRandom random)