C# 클래스 Renci.SshNet.Security.Cryptography.StreamCipher

Base class of stream cipher algorithms.
상속: SymmetricCipher
파일 보기 프로젝트 열기: sshnet/SSH.NET

보호된 메소드들

메소드 설명
StreamCipher ( byte key ) : System

Initializes a new instance of the StreamCipher class.

메소드 상세

StreamCipher() 보호된 메소드

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