C# Class Sparkles.SSHFetcher

Inheritance: BaseFetcher
Afficher le fichier Open project: hbons/SparkleShare

Méthodes publiques

Méthode Description
Fetch ( ) : bool

Méthodes protégées

Méthode Description
AcceptHostKey ( string host_key, bool warn ) : void
SSHFetcher ( SparkleFetcherInfo info ) : System

Private Methods

Méthode Description
DeriveFingerprint ( string public_key ) : string
FetchHostKey ( ) : string

Method Details

AcceptHostKey() protected méthode

protected AcceptHostKey ( string host_key, bool warn ) : void
host_key string
warn bool
Résultat void

Fetch() public méthode

public Fetch ( ) : bool
Résultat bool

SSHFetcher() protected méthode

protected SSHFetcher ( SparkleFetcherInfo info ) : System
info SparkleFetcherInfo
Résultat System