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

Base class of stream cipher algorithms.
Inheritance: SymmetricCipher
Afficher le fichier Open project: sshnet/SSH.NET

Méthodes protégées

Méthode Description
StreamCipher ( byte key ) : System

Initializes a new instance of the StreamCipher class.

Method Details

StreamCipher() protected méthode

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