Uses of Interface
org.bouncycastle.crypto.StreamCipher
Packages that use StreamCipher
Package
Description
-
Uses of StreamCipher in org.bouncycastle.crypto
Subinterfaces of StreamCipher in org.bouncycastle.cryptoModifier and TypeInterfaceDescriptioninterfaceGeneral interface for a stream cipher that supports skipping.Classes in org.bouncycastle.crypto that implement StreamCipherModifier and TypeClassDescriptionclassA parent class for block cipher modes that do not require block aligned data to be processed, but can function in a streaming mode. -
Uses of StreamCipher in org.bouncycastle.crypto.engines
Classes in org.bouncycastle.crypto.engines that implement StreamCipherModifier and TypeClassDescriptionclassImplementation of Daniel J.classImplementation of Daniel J.classImplementation of Martin Hell's, Thomas Johansson's and Willi Meier's stream cipher, Grain-128.classImplementation of Martin Hell's, Thomas Johansson's and Willi Meier's stream cipher, Grain v1.classHC-128 is a software-efficient stream cipher created by Hongjun Wu.classHC-256 is a software-efficient stream cipher created by Hongjun Wu.classImplementation of Bob Jenkin's ISAAC (Indirection Shift Accumulate Add and Count).classclassImplementation of Daniel J.classclassclassImplementation of Daniel J.classZuc128Engine implementation.final classZuc256 implementation.classZuc256 implementation.final classZuc256 implementation. -
Uses of StreamCipher in org.bouncycastle.crypto.io
Constructors in org.bouncycastle.crypto.io with parameters of type StreamCipherModifierConstructorDescriptionCipherInputStream(InputStream is, StreamCipher cipher) Constructs a CipherInputStream from an InputStream and a StreamCipher.CipherInputStream(InputStream is, StreamCipher cipher, int bufSize) Constructs a CipherInputStream from an InputStream, a StreamCipher, and a specified internal buffer size.CipherOutputStream(OutputStream os, StreamCipher cipher) Constructs a CipherOutputStream from an OutputStream and a BufferedBlockCipher. -
Uses of StreamCipher in org.bouncycastle.crypto.modes
Subinterfaces of StreamCipher in org.bouncycastle.crypto.modesClasses in org.bouncycastle.crypto.modes that implement StreamCipherModifier and TypeClassDescriptionclassimplements a Cipher-FeedBack (CFB) mode on top of a simple cipher.classAn implementation of the CFB mode for GOST 3412 2015 cipher.classimplements the GOST 3412 2015 CTR counter mode (GCTR).classAn implementation of the OFB mode for GOST 3412 2015 cipher.classAn implementation of the GOST CFB mode with CryptoPro key meshing as described in RFC 4357.classimplements the GOST 28147 OFB counter mode (GCTR).classImplementation of DSTU7624 CTR modeclassimplements a Output-FeedBack (OFB) mode on top of a simple cipher.classImplements the Segmented Integer Counter (SIC) mode on top of a simple block cipher. -
Uses of StreamCipher in org.bouncycastle.jcajce.provider.symmetric.util
Constructors in org.bouncycastle.jcajce.provider.symmetric.util with parameters of type StreamCipherModifierConstructorDescriptionprotectedBaseStreamCipher(StreamCipher engine, int ivLength) protectedBaseStreamCipher(StreamCipher engine, int ivLength, int keySizeInBits) protectedBaseStreamCipher(StreamCipher engine, int ivLength, int keySizeInBits, int digest)