Uses of Interface
org.bouncycastle.crypto.internal.StreamCipher
Packages that use StreamCipher
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of StreamCipher in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return StreamCipherModifier and TypeMethodDescriptionprotected StreamCipher
ARC4.OperatorFactory.createCipher
(boolean forEncryption, SymmetricKey key, ARC4.Parameters parameters, SecureRandom random) protected StreamCipher
ChaCha20.OperatorFactory.createCipher
(boolean forEncryption, SymmetricKey key, ChaCha20.Parameters parameters, SecureRandom random) -
Uses of StreamCipher in org.bouncycastle.crypto.internal
Subinterfaces of StreamCipher in org.bouncycastle.crypto.internalModifier and TypeInterfaceDescriptioninterface
General interface for a stream cipher that supports skipping.Classes in org.bouncycastle.crypto.internal that implement StreamCipherModifier and TypeClassDescriptionclass
A parent class for block cipher modes that do not require block aligned data to be processed, but can function in a streaming mode which produces -
Uses of StreamCipher in org.bouncycastle.crypto.internal.io
Constructors in org.bouncycastle.crypto.internal.io with parameters of type StreamCipherModifierConstructorDescriptionCipherInputStream
(InputStream is, StreamCipher cipher) CipherOutputStreamImpl
(OutputStream out, StreamCipher cipher) Constructs a CipherOutputStream from an OutputStream and a BufferedBlockCipher;. -
Uses of StreamCipher in org.bouncycastle.crypto.internal.modes
Classes in org.bouncycastle.crypto.internal.modes that implement StreamCipherModifier and TypeClassDescriptionclass
implements a Cipher-FeedBack (CFB) mode on top of a simple cipher.class
An implementation of the GOST CFB mode with CryptoPro key meshing as described in RFC 4357.class
implements the GOST 28147 OFB counter mode (GCTR).class
implements a Output-FeedBack (OFB) mode on top of a simple cipher.class
Implements the Segmented Integer Counter (SIC) mode on top of a simple block cipher.