Uses of Class
org.bouncycastle.crypto.BufferedBlockCipher
Packages that use BufferedBlockCipher
Package
Description
-
Uses of BufferedBlockCipher in org.bouncycastle.crypto
Subclasses of BufferedBlockCipher in org.bouncycastle.cryptoModifier and TypeClassDescriptionclassA wrapper class that allows block ciphers to be used to process data in a piecemeal fashion. -
Uses of BufferedBlockCipher in org.bouncycastle.crypto.engines
Methods in org.bouncycastle.crypto.engines that return BufferedBlockCipherConstructors in org.bouncycastle.crypto.engines with parameters of type BufferedBlockCipherModifierConstructorDescriptionEthereumIESEngine(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 BufferedBlockCipherModifierConstructorDescriptionCipherInputStream(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.modesModifier and TypeClassDescriptionclassA Cipher Text Stealing (CTS) mode cipher.classImplementation of DSTU7624 XTS modeclassA Cipher Text Stealing (CTS) mode cipher.classA Cipher Text Stealing (CTS) mode cipher.classDeprecated.use org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher instead. -
Uses of BufferedBlockCipher in org.bouncycastle.crypto.paddings
Subclasses of BufferedBlockCipher in org.bouncycastle.crypto.paddingsModifier and TypeClassDescriptionclassA 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 BufferedBlockCipherModifier and TypeMethodDescriptionstatic IESParameterSpecIESUtil.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 BufferedBlockCipherModifierConstructorDescriptionprotectedBaseBlockCipher(BufferedBlockCipher engine, boolean fixedIv, int ivLength) protectedBaseBlockCipher(BufferedBlockCipher engine, int ivLength)