C# Class Tamir.SharpSsh.jsch.jce.DH

Inheritance: Tamir.SharpSsh.jsch.DH
Afficher le fichier Open project: soywiz/csharputils

Méthodes publiques

Méthode Description
getE ( ) : byte[]
getK ( ) : byte[]
init ( ) : void
setF ( byte f ) : void
setG ( byte g ) : void
setP ( byte p ) : void

Method Details

getE() public méthode

public getE ( ) : byte[]
Résultat byte[]

getK() public méthode

public getK ( ) : byte[]
Résultat byte[]

init() public méthode

public init ( ) : void
Résultat void

setF() public méthode

public setF ( byte f ) : void
f byte
Résultat void

setG() public méthode

public setG ( byte g ) : void
g byte
Résultat void

setP() public méthode

public setP ( byte p ) : void
p byte
Résultat void