Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Tamir
SharpSsh
jsch
DHG1
C# Class Tamir.SharpSsh.jsch.DHG1
Inheritance:
KeyExchange
Exibir arquivo
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