Class StreamCipher
- Namespace
- Renci.SshNet.Security.Cryptography
- Assembly
- Renci.SshNet.dll
Base class of stream cipher algorithms.
public abstract class StreamCipher : SymmetricCipher
- Inheritance
-
StreamCipher
- Derived
- Inherited Members
Constructors
StreamCipher(byte[])
Initializes a new instance of the StreamCipher class.
protected StreamCipher(byte[] key)
Parameters
key
byte[]The key.
Exceptions
- ArgumentNullException
key
is null.