C# Class Tamir.SharpSsh.jsch.KeyExchange

Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Méthodes publiques

Свойство Type Description
_guess String[]

Protected Properties

Свойство Type Description
H byte[]
K byte[]
K_S byte[]
session Session
sha Tamir.SharpSsh.jsch.HASH

Méthodes publiques

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

Private Methods

Méthode Description
getH ( ) : byte[]
getHash ( ) : Tamir.SharpSsh.jsch.HASH
getHostKey ( ) : byte[]
getK ( ) : byte[]
guess ( byte I_S, byte I_C ) : String[]

Method Details

getFingerPrint() public méthode

public getFingerPrint ( ) : String
Résultat String

getKeyType() public abstract méthode

public abstract getKeyType ( ) : String
Résultat String

getState() public abstract méthode

public abstract getState ( ) : int
Résultat int

init() public abstract méthode

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

next() public abstract méthode

public abstract next ( Buffer buf ) : bool
buf Buffer
Résultat bool

Property Details

H protected_oe property

protected byte[] H
Résultat byte[]

K protected_oe property

protected byte[] K
Résultat byte[]

K_S protected_oe property

protected byte[] K_S
Résultat byte[]

_guess public_oe property

public String[] _guess
Résultat String[]

session protected_oe property

protected Session,Tamir.SharpSsh.jsch session
Résultat Session

sha protected_oe property

protected HASH,Tamir.SharpSsh.jsch sha
Résultat Tamir.SharpSsh.jsch.HASH