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