Uses of Interface
org.bouncycastle.crypto.MultiBlockCipher
Packages that use MultiBlockCipher
Package
Description
-
Uses of MultiBlockCipher in org.bouncycastle.crypto
Classes in org.bouncycastle.crypto that implement MultiBlockCipherModifier and TypeClassDescriptionclassclassA parent class for block cipher modes that do not require block aligned data to be processed, but can function in a streaming mode.Fields in org.bouncycastle.crypto declared as MultiBlockCipherModifier and TypeFieldDescriptionprotected MultiBlockCipherBufferedBlockCipher.mbCipherprotected MultiBlockCipherDefaultBufferedBlockCipher.mbCipher -
Uses of MultiBlockCipher in org.bouncycastle.crypto.engines
Classes in org.bouncycastle.crypto.engines that implement MultiBlockCipherModifier and TypeClassDescriptionclassan implementation of the AES (Rijndael), from FIPS-197.Methods in org.bouncycastle.crypto.engines that return MultiBlockCipherModifier and TypeMethodDescriptionstatic MultiBlockCipherAESEngine.newInstance()Return an AESEngine. -
Uses of MultiBlockCipher in org.bouncycastle.crypto.modes
Subinterfaces of MultiBlockCipher in org.bouncycastle.crypto.modesModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceClasses in org.bouncycastle.crypto.modes that implement MultiBlockCipherModifier 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.