Uses of Class
org.bouncycastle.crypto.BufferedBlockCipher
-
-
Uses of BufferedBlockCipher in org.bouncycastle.crypto.engines
Methods in org.bouncycastle.crypto.engines that return BufferedBlockCipher Modifier and Type Method Description BufferedBlockCipher
EthereumIESEngine. getCipher()
BufferedBlockCipher
IESEngine. getCipher()
Constructors in org.bouncycastle.crypto.engines with parameters of type BufferedBlockCipher Constructor Description EthereumIESEngine(BasicAgreement agree, DerivationFunction kdf, Mac mac, byte[] commonMac, BufferedBlockCipher cipher)
Set up for use in conjunction with a block cipher to handle the message.IESEngine(BasicAgreement agree, DerivationFunction kdf, Mac mac, BufferedBlockCipher cipher)
Set up for use in conjunction with a block cipher to handle the message.OldIESEngine(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.bouncycastle.crypto.io
Constructors in org.bouncycastle.crypto.io with parameters of type BufferedBlockCipher Constructor Description CipherInputStream(InputStream is, BufferedBlockCipher cipher)
Constructs a CipherInputStream from an InputStream and a BufferedBlockCipher.CipherInputStream(InputStream is, BufferedBlockCipher cipher, int bufSize)
Constructs a CipherInputStream from an InputStream, a BufferedBlockCipher, and a specified internal buffer size.CipherOutputStream(OutputStream os, BufferedBlockCipher cipher)
Constructs a CipherOutputStream from an OutputStream and a BufferedBlockCipher. -
Uses of BufferedBlockCipher in org.bouncycastle.crypto.modes
Subclasses of BufferedBlockCipher in org.bouncycastle.crypto.modes Modifier and Type Class Description class
CTSBlockCipher
A Cipher Text Stealing (CTS) mode cipher.class
KXTSBlockCipher
Implementation of DSTU7624 XTS modeclass
NISTCTSBlockCipher
A Cipher Text Stealing (CTS) mode cipher.class
OldCTSBlockCipher
A Cipher Text Stealing (CTS) mode cipher.class
PaddedBlockCipher
Deprecated.use org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher instead. -
Uses of BufferedBlockCipher in org.bouncycastle.crypto.paddings
Subclasses of BufferedBlockCipher in org.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. -
Uses of BufferedBlockCipher in org.bouncycastle.jcajce.provider.asymmetric.util
Methods in org.bouncycastle.jcajce.provider.asymmetric.util with parameters of type BufferedBlockCipher Modifier and Type Method Description static IESParameterSpec
IESUtil. guessParameterSpec(BufferedBlockCipher iesBlockCipher, byte[] nonce)
-
Uses of BufferedBlockCipher in org.bouncycastle.jcajce.provider.symmetric.util
Constructors in org.bouncycastle.jcajce.provider.symmetric.util with parameters of type BufferedBlockCipher Constructor Description BaseBlockCipher(BufferedBlockCipher engine, boolean fixedIv, int ivLength)
BaseBlockCipher(BufferedBlockCipher engine, int ivLength)
-