Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Tamir
SharpSsh
jsch
DHGEX
C# Class Tamir.SharpSsh.jsch.DHGEX
Inheritance:
KeyExchange
Mostra file
Open project: soywiz/csharputils
Public Methods
Method
Description
getKeyType
( ) :
String
getState
( ) :
int
init
(
Session
session
,
byte
V_S
,
byte
V_C
,
byte
I_S
,
byte
I_C
) :
void
next
(
Buffer
_buf
) :
bool
Method Details
getKeyType()
public
method
public
getKeyType
( ) :
String
return
String
getState()
public
method
public
getState
( ) :
int
return
int
init()
public
method
public
init
(
Session
session
,
byte
V_S
,
byte
V_C
,
byte
I_S
,
byte
I_C
) :
void
session
Session
V_S
byte
V_C
byte
I_S
byte
I_C
byte
return
void
next()
public
method
public
next
(
Buffer
_buf
) :
bool
_buf
Buffer
return
bool