C# Class Renci.SshNet.Messages.Transport.KeyExchangeDhInitMessage

Inheritance: Message, IKeyExchangedAllowed
Datei anzeigen Open project: sshnet/SSH.NET

Public Methods

Method Description
KeyExchangeDhInitMessage ( BigInteger clientExchangeValue ) : Renci.SshNet.Common

Initializes a new instance of the KeyExchangeDhInitMessage class.

Protected Methods

Method Description
LoadData ( ) : void

Called when type specific data need to be loaded.

SaveData ( ) : void

Called when type specific data need to be saved.

Private Methods

Method Description
Process ( Session session ) : void

Method Details

KeyExchangeDhInitMessage() public method

Initializes a new instance of the KeyExchangeDhInitMessage class.
public KeyExchangeDhInitMessage ( BigInteger clientExchangeValue ) : Renci.SshNet.Common
clientExchangeValue BigInteger The client exchange value.
return Renci.SshNet.Common

LoadData() protected method

Called when type specific data need to be loaded.
protected LoadData ( ) : void
return void

SaveData() protected method

Called when type specific data need to be saved.
protected SaveData ( ) : void
return void