Uses of Class
org.bouncycastle.crypto.internal.DefaultMultiBlockCipher
Packages that use DefaultMultiBlockCipher
-
Uses of DefaultMultiBlockCipher in org.bouncycastle.crypto.internal
Subclasses of DefaultMultiBlockCipher in org.bouncycastle.crypto.internalModifier 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 which produces -
Uses of DefaultMultiBlockCipher in org.bouncycastle.crypto.internal.modes
Subclasses of DefaultMultiBlockCipher in org.bouncycastle.crypto.internal.modesModifier 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.