Property | Type | Description | |
---|---|---|---|
_clientExchangeValue | BigInteger | ||
_clientPayload | byte[] | ||
_hostKey | byte[] | ||
_randomValue | BigInteger | ||
_serverExchangeValue | BigInteger | ||
_serverPayload | byte[] | ||
_signature | byte[] |
Method | Description | |
---|---|---|
Start ( Session session, |
Starts key exchange algorithm
|
Method | Description | |
---|---|---|
CalculateHash ( ) : byte[] | ||
HandleServerEcdhReply ( ) : void | ||
ValidateExchangeHash ( ) : bool |
Validates the exchange hash.
|
Method | Description | |
---|---|---|
Session_MessageReceived ( object sender, MessageEventArgs |
public Start ( Session session, |
||
session | Session | The session. |
message | Key exchange init message. | |
return | void |
protected BigInteger _clientExchangeValue | ||
return | BigInteger |
protected BigInteger _serverExchangeValue | ||
return | BigInteger |