Method | Description | |
---|---|---|
LoadSSH1PrivateKey ( string passphrase, BigInteger &modulus, BigInteger &publicExponent, BigInteger &privateExponent, BigInteger &primeP, BigInteger &primeQ, BigInteger &crtCoefficient, string &comment ) : void |
Read SSH1 private key parameters.
|
|
LoadSSH2PrivateKey ( string passphrase, |
Read SSH2 private key parameters.
|
|
PrivateKeyLoader ( string path ) : System |
Constructor
|
|
ProbeFormat ( ) : PrivateKeyFileFormat |
Detect file format of a SSH private key file.
|
public LoadSSH1PrivateKey ( string passphrase, BigInteger &modulus, BigInteger &publicExponent, BigInteger &privateExponent, BigInteger &primeP, BigInteger &primeQ, BigInteger &crtCoefficient, string &comment ) : void | ||
passphrase | string | passphrase for decrypt the key file |
modulus | BigInteger | private key parameter is set |
publicExponent | BigInteger | private key parameter is set |
privateExponent | BigInteger | private key parameter is set |
primeP | BigInteger | private key parameter is set |
primeQ | BigInteger | private key parameter is set |
crtCoefficient | BigInteger | private key parameter is set |
comment | string | comment |
return | void |
public LoadSSH2PrivateKey ( string passphrase, |
||
passphrase | string | passphrase for decrypt the key file |
keyPair | key pair is set | |
comment | string | comment is set. empty if it didn't exist |
return | void |
public PrivateKeyLoader ( string path ) : System | ||
path | string | Path of a key file to load |
return | System |
public ProbeFormat ( ) : PrivateKeyFileFormat | ||
return | PrivateKeyFileFormat |