Uses of Class
org.gudy.bouncycastle.crypto.BufferedBlockCipher
Packages that use BufferedBlockCipher
Package
Description
Modes for symmetric ciphers.
-
Uses of BufferedBlockCipher in org.gudy.bouncycastle.crypto.engines
Fields in org.gudy.bouncycastle.crypto.engines declared as BufferedBlockCipherConstructors in org.gudy.bouncycastle.crypto.engines with parameters of type BufferedBlockCipherModifierConstructorDescriptionIESEngine
(BasicAgreement agree, DerivationFunction kdf, Mac mac, BufferedBlockCipher cipher) set up for use in conjunction with a block cipher to handle the message. -
Uses of BufferedBlockCipher in org.gudy.bouncycastle.crypto.modes
Subclasses of BufferedBlockCipher in org.gudy.bouncycastle.crypto.modesModifier and TypeClassDescriptionclass
A Cipher Text Stealing (CTS) mode cipher.class
Deprecated.use org.gudy.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher instead. -
Uses of BufferedBlockCipher in org.gudy.bouncycastle.crypto.paddings
Subclasses of BufferedBlockCipher in org.gudy.bouncycastle.crypto.paddingsModifier and TypeClassDescriptionclass
A wrapper class that allows block ciphers to be used to process data in a piecemeal fashion with padding.