Uses of Class
org.gudy.bouncycastle.crypto.BufferedBlockCipher
-
Packages that use BufferedBlockCipher Package Description org.gudy.bouncycastle.crypto.engines org.gudy.bouncycastle.crypto.modes Modes for symmetric ciphers.org.gudy.bouncycastle.crypto.paddings -
-
Uses of BufferedBlockCipher in org.gudy.bouncycastle.crypto.engines
Fields in org.gudy.bouncycastle.crypto.engines declared as BufferedBlockCipher Modifier and Type Field Description (package private) BufferedBlockCipher
IESEngine. cipher
Constructors in org.gudy.bouncycastle.crypto.engines with parameters of type BufferedBlockCipher Constructor Description IESEngine(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.modes Modifier and Type Class Description class
CTSBlockCipher
A Cipher Text Stealing (CTS) mode cipher.class
PaddedBlockCipher
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.paddings Modifier and Type Class Description class
PaddedBufferedBlockCipher
A wrapper class that allows block ciphers to be used to process data in a piecemeal fashion with padding.
-