C# Class Sparkles.SSHFetcher

Inheritance: BaseFetcher
Exibir arquivo Open project: hbons/SparkleShare

Public Methods

Method Description
Fetch ( ) : bool

Protected Methods

Method Description
AcceptHostKey ( string host_key, bool warn ) : void
SSHFetcher ( SparkleFetcherInfo info ) : System

Private Methods

Method Description
DeriveFingerprint ( string public_key ) : string
FetchHostKey ( ) : string

Method Details

AcceptHostKey() protected method

protected AcceptHostKey ( string host_key, bool warn ) : void
host_key string
warn bool
return void

Fetch() public method

public Fetch ( ) : bool
return bool

SSHFetcher() protected method

protected SSHFetcher ( SparkleFetcherInfo info ) : System
info SparkleFetcherInfo
return System