C# Class withSIX.Sync.Core.Keys.SshKeyFactory

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

Public Methods

Method Description
Create ( string outFile, bool overwrite = false, int bits = SshKeyPair.DefaultBits, string type = SshKeyPair.DefaultType ) : SshKeyPair
SshKeyFactory ( IProcessManager processManager ) : System

Private Methods

Method Description
CreateFiles ( string outFile, bool overwrite = false, int bits = SshKeyPair.DefaultBits, string type = SshKeyPair.DefaultType ) : void
GetParameters ( string outFile, int bits, string type ) : string

Method Details

Create() public method

public Create ( string outFile, bool overwrite = false, int bits = SshKeyPair.DefaultBits, string type = SshKeyPair.DefaultType ) : SshKeyPair
outFile string
overwrite bool
bits int
type string
return SshKeyPair

SshKeyFactory() public method

public SshKeyFactory ( IProcessManager processManager ) : System
processManager IProcessManager
return System