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
Subclasses with type arguments of type Serpent.Parameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classFactory for basic Serpent encryption/decryption operators.static final classParameters for general Serpent block cipher modes.Fields in org.bouncycastle.crypto.general declared as Serpent.ParametersModifier and TypeFieldDescriptionstatic final Serpent.ParametersSerpent.CBCSerpent in cipher block chaining (CBC) mode.static final Serpent.ParametersSerpent.CBCwithCS1Serpent in cipher block chaining mode cipher text stealing type 1.static final Serpent.ParametersSerpent.CBCwithCS2Serpent in cipher block chaining mode cipher text stealing type 2.static final Serpent.ParametersSerpent.CBCwithCS3Serpent in cipher block chaining mode cipher text stealing type 3.static final Serpent.ParametersSerpent.CBCwithISO10126_2Serpent in cipher block chaining mode with ISO10126-2 padding.static final Serpent.ParametersSerpent.CBCwithISO7816_4Serpent in cipher block chaining mode with ISO7816-4 padding.static final Serpent.ParametersSerpent.CBCwithPKCS7Serpent in cipher block chaining mode with PKCS#7/PKCS#5 padding.static final Serpent.ParametersSerpent.CBCwithTBCSerpent in cipher block chaining mode with trailing bit complement (TBC) padding.static final Serpent.ParametersSerpent.CBCwithX923Serpent in cipher block chaining mode with X9.23 padding.static final Serpent.ParametersSerpent.CFB128Serpent in cipher feedback (CFB) mode, 128 bit block size.static final Serpent.ParametersSerpent.CFB8Serpent in cipher feedback (CFB) mode, 8 bit block size.static final Serpent.ParametersSerpent.CTRSerpent in counter (CTR) mode.static final Serpent.ParametersSerpent.ECBSerpent in electronic code book (ECB) mode.static final Serpent.ParametersSerpent.ECBwithISO10126_2Serpent in electronic code book mode with ISO10126-2 padding.static final Serpent.ParametersSerpent.ECBwithISO7816_4Serpent in electronic code book mode with ISO7816-4 padding.static final Serpent.ParametersSerpent.ECBwithPKCS7Serpent in electronic code book mode with PKCS#7/PKCS#5 padding.static final Serpent.ParametersSerpent.ECBwithTBCSerpent in electronic code book mode with trailing bit complement (TBC) padding.static final Serpent.ParametersSerpent.ECBwithX923Serpent in electronic code book mode with X9.23 padding.static final Serpent.ParametersSerpent.OFBSerpent in output feedback (OFB) mode.Methods in org.bouncycastle.crypto.general that return Serpent.ParametersModifier and TypeMethodDescriptionprotected Serpent.ParametersSerpent.Parameters.create(GeneralAlgorithm algorithm, byte[] iv) Methods in org.bouncycastle.crypto.general with parameters of type Serpent.ParametersModifier and TypeMethodDescriptionprotected BufferedBlockCipherSerpent.OperatorFactory.createCipher(boolean forEncryption, SymmetricKey key, Serpent.Parameters parameters, SecureRandom random)