Uses of Interface
org.bouncycastle.crypto.internal.MultiBlockCipher
Packages that use MultiBlockCipher
Package
Description
-
Uses of MultiBlockCipher in org.bouncycastle.crypto.internal
Classes in org.bouncycastle.crypto.internal 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 which producesFields in org.bouncycastle.crypto.internal declared as MultiBlockCipherModifier and TypeFieldDescriptionprotected MultiBlockCipherDefaultBufferedMultiBlockCipher.cipherConstructors in org.bouncycastle.crypto.internal with parameters of type MultiBlockCipherModifierConstructorDescriptionCreate a buffered block cipher without padding. -
Uses of MultiBlockCipher in org.bouncycastle.crypto.internal.modes
Classes in org.bouncycastle.crypto.internal.modes that implement MultiBlockCipherModifier and TypeClassDescriptionclassimplements a Cipher-FeedBack (CFB) mode on top of a simple 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).classimplements 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. -
Uses of MultiBlockCipher in org.bouncycastle.crypto.internal.paddings
Constructors in org.bouncycastle.crypto.internal.paddings with parameters of type MultiBlockCipherModifierConstructorDescriptionPaddedBufferedMultiBlockCipher(MultiBlockCipher cipher, BlockCipherPadding padding) Create a buffered block cipher with the desired padding.