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

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

Méthodes publiques

Méthode Description
BiSigner ( PboTools pboTools ) : System.IO
HandleKey ( HandleKeyParams spec ) : BiKeyPair
SignFile ( IAbsoluteFilePath file, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void
SignFolder ( IAbsoluteDirectoryPath folder, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void

Private Methods

Méthode Description
CopyKeyToKeysSubfolder ( BiKeyPair key, IAbsoluteDirectoryPath destination ) : void
GetDefaultPrivateKeyPath ( IAbsoluteDirectoryPath keyPath, string prefix, IAbsoluteDirectoryPath arg ) : IAbsoluteFilePath
SignFolderNotRecursively ( IAbsoluteDirectoryPath folder, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void

Method Details

BiSigner() public méthode

public BiSigner ( PboTools pboTools ) : System.IO
pboTools PboTools
Résultat System.IO

HandleKey() public méthode

public HandleKey ( HandleKeyParams spec ) : BiKeyPair
spec HandleKeyParams
Résultat BiKeyPair

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, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void
folder IAbsoluteDirectoryPath
privateFile IAbsoluteFilePath
repackOnFailure bool
Résultat void