C# 클래스 Tamir.SharpSsh.jsch.KeyExchange

파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_guess String[]

보호된 프로퍼티들

프로퍼티 타입 설명
H byte[]
K byte[]
K_S byte[]
session Session
sha Tamir.SharpSsh.jsch.HASH

공개 메소드들

메소드 설명
getFingerPrint ( ) : String
getKeyType ( ) : String
getState ( ) : int
init ( Session session, byte V_S, byte V_C, byte I_S, byte I_C ) : void
next ( Buffer buf ) : bool

비공개 메소드들

메소드 설명
getH ( ) : byte[]
getHash ( ) : Tamir.SharpSsh.jsch.HASH
getHostKey ( ) : byte[]
getK ( ) : byte[]
guess ( byte I_S, byte I_C ) : String[]

메소드 상세

getFingerPrint() 공개 메소드

public getFingerPrint ( ) : String
리턴 String

getKeyType() 공개 추상적인 메소드

public abstract getKeyType ( ) : String
리턴 String

getState() 공개 추상적인 메소드

public abstract getState ( ) : int
리턴 int

init() 공개 추상적인 메소드

public abstract 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 abstract next ( Buffer buf ) : bool
buf Buffer
리턴 bool

프로퍼티 상세

H 보호되어 있는 프로퍼티

protected byte[] H
리턴 byte[]

K 보호되어 있는 프로퍼티

protected byte[] K
리턴 byte[]

K_S 보호되어 있는 프로퍼티

protected byte[] K_S
리턴 byte[]

_guess 공개적으로 프로퍼티

public String[] _guess
리턴 String[]

session 보호되어 있는 프로퍼티

protected Session,Tamir.SharpSsh.jsch session
리턴 Session

sha 보호되어 있는 프로퍼티

protected HASH,Tamir.SharpSsh.jsch sha
리턴 Tamir.SharpSsh.jsch.HASH