Uses of Interface
org.bouncycastle.crypto.StreamCipher
| Package | Description |
|---|---|
| org.bouncycastle.crypto | |
| org.bouncycastle.crypto.engines | |
| org.bouncycastle.crypto.io | |
| org.bouncycastle.jcajce.provider.symmetric.util | |
| org.bouncycastle.jce.provider |
-
Uses of StreamCipher in org.bouncycastle.crypto
Classes in org.bouncycastle.crypto that implement StreamCipher Modifier and Type Class Description classStreamBlockCiphera wrapper for block ciphers with a single byte block size, so that they can be treated like stream ciphers. -
Uses of StreamCipher in org.bouncycastle.crypto.engines
Classes in org.bouncycastle.crypto.engines that implement StreamCipher Modifier and Type Class Description classRC4Engine -
Uses of StreamCipher in org.bouncycastle.crypto.io
Constructors in org.bouncycastle.crypto.io with parameters of type StreamCipher Constructor Description CipherInputStream(InputStream is, StreamCipher cipher)CipherOutputStream(OutputStream os, StreamCipher cipher)Constructs a CipherOutputStream from an OutputStream and a BufferedBlockCipher. -
Uses of StreamCipher in org.bouncycastle.jcajce.provider.symmetric.util
Constructors in org.bouncycastle.jcajce.provider.symmetric.util with parameters of type StreamCipher Constructor Description BaseStreamCipher(StreamCipher engine, int ivLength) -
Uses of StreamCipher in org.bouncycastle.jce.provider
Constructors in org.bouncycastle.jce.provider with parameters of type StreamCipher Constructor Description JCEStreamCipher(StreamCipher engine, int ivLength)