Method | Description | |
---|---|---|
BiSigner ( |
||
HandleKey ( HandleKeyParams spec ) : BiKeyPair | ||
SignFile ( IAbsoluteFilePath file, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void | ||
SignFolder ( IAbsoluteDirectoryPath folder, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void |
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 |
public BiSigner ( |
||
pboTools | ||
return | System.IO |
public HandleKey ( HandleKeyParams spec ) : BiKeyPair | ||
spec | HandleKeyParams | |
return | BiKeyPair |
public SignFile ( IAbsoluteFilePath file, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void | ||
file | IAbsoluteFilePath | |
privateFile | IAbsoluteFilePath | |
repackOnFailure | bool | |
return | void |
public SignFolder ( IAbsoluteDirectoryPath folder, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void | ||
folder | IAbsoluteDirectoryPath | |
privateFile | IAbsoluteFilePath | |
repackOnFailure | bool | |
return | void |