Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Tamir
SharpSsh
jsch
DHGEX
C# 클래스 Tamir.SharpSsh.jsch.DHGEX
상속:
KeyExchange
파일 보기
프로젝트 열기: soywiz/csharputils
공개 메소드들
메소드
설명
getKeyType
( ) :
String
getState
( ) :
int
init
(
Session
session
,
byte
V_S
,
byte
V_C
,
byte
I_S
,
byte
I_C
) :
void
next
(
Buffer
_buf
) :
bool
메소드 상세
getKeyType()
공개
메소드
public
getKeyType
( ) :
String
리턴
String
getState()
공개
메소드
public
getState
( ) :
int
리턴
int
init()
공개
메소드
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
리턴
void
next()
공개
메소드
public
next
(
Buffer
_buf
) :
bool
_buf
Buffer
리턴
bool