Uses of Class
org.bouncycastle.crypto.DefaultMultiBlockCipher
Packages that use DefaultMultiBlockCipher
Package
Description
-
Uses of DefaultMultiBlockCipher in org.bouncycastle.crypto
Subclasses of DefaultMultiBlockCipher in org.bouncycastle.cryptoModifier and TypeClassDescriptionclassA parent class for block cipher modes that do not require block aligned data to be processed, but can function in a streaming mode. -
Uses of DefaultMultiBlockCipher in org.bouncycastle.crypto.engines
Subclasses of DefaultMultiBlockCipher in org.bouncycastle.crypto.enginesModifier and TypeClassDescriptionclassan implementation of the AES (Rijndael), from FIPS-197. -
Uses of DefaultMultiBlockCipher in org.bouncycastle.crypto.modes
Subclasses of DefaultMultiBlockCipher in org.bouncycastle.crypto.modesModifier and TypeClassDescriptionclassimplements Cipher-Block-Chaining (CBC) mode on top of a simple cipher.classimplements a Cipher-FeedBack (CFB) mode on top of a simple cipher.classAn implementation of the CFB mode for GOST 3412 2015 cipher.classimplements the GOST 3412 2015 CTR counter mode (GCTR).classAn implementation of the OFB mode for GOST 3412 2015 cipher.classAn implementation of the GOST CFB mode with CryptoPro key meshing as described in RFC 4357.classimplements the GOST 28147 OFB counter mode (GCTR).classImplementation of DSTU7624 CTR modeclassimplements a Output-FeedBack (OFB) mode on top of a simple cipher.classImplements the Segmented Integer Counter (SIC) mode on top of a simple block cipher.