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

Inheritance: IDomainService
Mostrar archivo Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method 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

Method 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 method

public BiSigner ( PboTools pboTools ) : System.IO
pboTools PboTools
return System.IO

HandleKey() public method

public HandleKey ( HandleKeyParams spec ) : BiKeyPair
spec HandleKeyParams
return BiKeyPair

SignFile() public method

public SignFile ( IAbsoluteFilePath file, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void
file IAbsoluteFilePath
privateFile IAbsoluteFilePath
repackOnFailure bool
return void

SignFolder() public method

public SignFolder ( IAbsoluteDirectoryPath folder, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void
folder IAbsoluteDirectoryPath
privateFile IAbsoluteFilePath
repackOnFailure bool
return void