C# 클래스 Granados.Poderosa.KeyFormat.OpenSSHPrivateKeyLoader

OpenSSH SSH2 private key loader
상속: ISSH2PrivateKeyLoader
파일 보기 프로젝트 열기: poderosaproject/poderosa 1 사용 예제들

공개 메소드들

메소드 설명
Load ( string passphrase, KeyPair &keyPair, string &comment ) : void

Read OpenSSH SSH2 private key parameters.

OpenSSHPrivateKeyLoader ( byte keyFile, string keyFilePath ) : System

Constructor

비공개 메소드들

메소드 설명
GetStreamReader ( ) : StreamReader

메소드 상세

Load() 공개 메소드

Read OpenSSH SSH2 private key parameters.
public Load ( string passphrase, KeyPair &keyPair, string &comment ) : void
passphrase string passphrase for decrypt the key file
keyPair Granados.PKI.KeyPair key pair
comment string comment or empty if it didn't exist
리턴 void

OpenSSHPrivateKeyLoader() 공개 메소드

Constructor
public OpenSSHPrivateKeyLoader ( byte keyFile, string keyFilePath ) : System
keyFile byte key file data
keyFilePath string Path of a key file
리턴 System