C# Class Tamir.SharpSsh.jsch.KeyPairDSA

Inheritance: KeyPair
Datei anzeigen Open project: soywiz/csharputils Class Usage Examples

Public Methods

Method Description
KeyPairDSA ( JSch jsch ) : System
dispose ( ) : void
getKeySize ( ) : int
getKeyType ( ) : int
getPublicKeyBlob ( ) : byte[]

Private Methods

Method Description
generate ( int key_size ) : void
getBegin ( ) : byte[]
getEnd ( ) : byte[]
getKeyTypeName ( ) : byte[]
getPrivateKey ( ) : byte[]
parse ( byte plain ) : bool

Method Details

KeyPairDSA() public method

public KeyPairDSA ( JSch jsch ) : System
jsch JSch
return System

dispose() public method

public dispose ( ) : void
return void

getKeySize() public method

public getKeySize ( ) : int
return int

getKeyType() public method

public getKeyType ( ) : int
return int

getPublicKeyBlob() public method

public getPublicKeyBlob ( ) : byte[]
return byte[]