C# Class withSIX.Sync.Core.ExternalTools.AddonSigner

Inheritance: IAddonSigner, IDomainService
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

Méthode Description
AddonSigner ( BiSigner signer ) : System
SignAllInFolder ( IAbsoluteDirectoryPath folder, BiKeyPair key ) : void
SignAllInFolder ( IAbsoluteDirectoryPath folder, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void
SignFile ( IAbsoluteFilePath file, BiKeyPair key ) : void
SignFile ( IAbsoluteFilePath file, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void
SignFolder ( IAbsoluteDirectoryPath folder, BiKeyPair key ) : void
SignFolder ( IAbsoluteDirectoryPath folder, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void
SignMany ( SignManyParams spec ) : void

Private Methods

Méthode Description
ConfirmValidKeyOrPath ( IAbsoluteFilePath privateFile, IAbsoluteDirectoryPath keyPath ) : void
GetKey ( ProcessDirectoryOrFileParams spec, IAbsoluteDirectoryPath directory ) : BiKeyPair
MatchesBiSign ( BiSignFile s, FileInfo f ) : bool
MatchesBiSign ( string s, string f ) : bool
MatchesKey ( BiKeyFile biKeyFile, BiSignFile biSignFile ) : bool
ProcessDirectory ( ProcessDirectoryOrFileParams spec, IAbsoluteDirectoryPath directory ) : void
ProcessDirectoryOnlyMissing ( ProcessDirectoryOrFileParams spec, IAbsoluteDirectoryPath directory ) : void
ProcessDirectoryOrFile ( ProcessDirectoryOrFileParams spec ) : void
ProcessFile ( ProcessDirectoryOrFileParams spec, IAbsoluteFilePath filePath ) : void
SignFolderRecursively ( IAbsoluteDirectoryPath folder, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void

Method Details

AddonSigner() public méthode

public AddonSigner ( BiSigner signer ) : System
signer BiSigner
Résultat System

SignAllInFolder() public méthode

public SignAllInFolder ( IAbsoluteDirectoryPath folder, BiKeyPair key ) : void
folder IAbsoluteDirectoryPath
key BiKeyPair
Résultat void

SignAllInFolder() public méthode

public SignAllInFolder ( IAbsoluteDirectoryPath folder, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void
folder IAbsoluteDirectoryPath
privateFile IAbsoluteFilePath
repackOnFailure bool
Résultat void

SignFile() public méthode

public SignFile ( IAbsoluteFilePath file, BiKeyPair key ) : void
file IAbsoluteFilePath
key BiKeyPair
Résultat void

SignFile() public méthode

public SignFile ( IAbsoluteFilePath file, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void
file IAbsoluteFilePath
privateFile IAbsoluteFilePath
repackOnFailure bool
Résultat void

SignFolder() public méthode

public SignFolder ( IAbsoluteDirectoryPath folder, BiKeyPair key ) : void
folder IAbsoluteDirectoryPath
key BiKeyPair
Résultat void

SignFolder() public méthode

public SignFolder ( IAbsoluteDirectoryPath folder, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void
folder IAbsoluteDirectoryPath
privateFile IAbsoluteFilePath
repackOnFailure bool
Résultat void

SignMany() public méthode

public SignMany ( SignManyParams spec ) : void
spec SignManyParams
Résultat void