C# Class Tamir.SharpSsh.jsch.DHG1

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