Overload List
Name | Description | |
---|---|---|
SshPrivateKey(AsymmetricAlgorithm) |
Creates an SSH private key based on the specified RSA or DSA object.
| |
SshPrivateKey(Certificate) |
Creates a certificate-based SSH key for use with SSH/SFTP servers that support X.509 certificate authentication.
| |
SshPrivateKey(CertificateChain) |
Creates a certificate-based SSH key for use with SSH/SFTP client that support X.509 certificate authentication.
| |
SshPrivateKey(array<Byte>[]()[][], String) |
Loads a PKCS #8 or SSLeay-format RSA or DSA private key from the specified raw data.
| |
SshPrivateKey(Stream, String) |
Loads a PKCS #8 or SSLeay-format RSA or DSA private key from the specified stream.
| |
SshPrivateKey(String, String) |
Loads a PKCS #8 or SSLeay-format RSA or DSA private key from the specified path.
|