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 StreamCipherARC4.OperatorFactory.createCipher(boolean forEncryption, SymmetricKey key, ARC4.Parameters parameters, SecureRandom random) protected StreamCipherChaCha20.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 TypeInterfaceDescriptioninterfaceGeneral interface for a stream cipher that supports skipping.Classes in org.bouncycastle.crypto.internal 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 which produces -
Uses of StreamCipher in org.bouncycastle.crypto.internal.io
Methods in org.bouncycastle.crypto.internal.io with parameters of type StreamCipherModifier and TypeMethodDescriptionstatic CipherOutputStreamCipherOutputStreamImpl.getInstance(OutputStream out, StreamCipher cipher) Constructors in org.bouncycastle.crypto.internal.io with parameters of type StreamCipher -
Uses of StreamCipher in org.bouncycastle.crypto.internal.modes
Classes in org.bouncycastle.crypto.internal.modes that implement StreamCipherModifier and TypeClassDescriptionclassimplements a Cipher-FeedBack (CFB) mode on top of a simple 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).classimplements 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.