Uses of Class
org.bouncycastle.crypto.BufferedBlockCipher
| Package | Description |
|---|---|
| org.bouncycastle.crypto.io | |
| org.bouncycastle.crypto.modes | |
| org.bouncycastle.crypto.paddings | |
| org.bouncycastle.jcajce.provider.symmetric.util |
-
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.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 classCTSBlockCipherA Cipher Text Stealing (CTS) mode cipher. -
Uses of BufferedBlockCipher in org.bouncycastle.crypto.paddings
Subclasses of BufferedBlockCipher in org.bouncycastle.crypto.paddings Modifier and Type Class Description classPaddedBufferedBlockCipherA 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.symmetric.util
Constructors in org.bouncycastle.jcajce.provider.symmetric.util with parameters of type BufferedBlockCipher Constructor Description BaseBlockCipher(BufferedBlockCipher engine, int ivLength)