C# Class Tamir.SharpSsh.jsch.DHGEX

Inheritance: KeyExchange
Afficher le fichier Open project: soywiz/csharputils

Méthodes publiques

Méthode 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 méthode

public getKeyType ( ) : String
Résultat String

getState() public méthode

public getState ( ) : int
Résultat int

init() public méthode

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
Résultat void

next() public méthode

public next ( Buffer _buf ) : bool
_buf Buffer
Résultat bool