C# Class Renci.SshNet.Security.KeyExchangeDiffieHellmanGroupExchangeSha256

Represents "diffie-hellman-group-exchange-sha256" algorithm implementation.
Inheritance: KeyExchangeDiffieHellmanGroupExchangeShaBase
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes protégées

Méthode Description
Hash ( byte hashBytes ) : byte[]

Hashes the specified data bytes.

Method Details

Hash() protected méthode

Hashes the specified data bytes.
protected Hash ( byte hashBytes ) : byte[]
hashBytes byte Data to hash.
Résultat byte[]