C# Class Renci.SshNet.Security.Cryptography.StreamCipher

Base class of stream cipher algorithms.
Inheritance: SymmetricCipher
Exibir arquivo Open project: sshnet/SSH.NET

Protected Methods

Method Description
StreamCipher ( byte key ) : System

Initializes a new instance of the StreamCipher class.

Method Details

StreamCipher() protected method

Initializes a new instance of the StreamCipher class.
is null.
protected StreamCipher ( byte key ) : System
key byte The key.
return System