Table of Contents

Class StreamCipher

Namespace
Renci.SshNet.Security.Cryptography
Assembly
Renci.SshNet.dll

Base class of stream cipher algorithms.

public abstract class StreamCipher : SymmetricCipher

Inheritance

Derived

Inherited Members

Constructors

StreamCipher(byte[])

Initializes a new instance of the Renci.SshNet.Security.Cryptography.StreamCipher class.

protected StreamCipher(byte[] key)

Parameters

key byte[]

The key.

Exceptions

ArgumentNullException

key is null.