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

OpenSSH PEM/PKCS file loader
파일 보기 프로젝트 열기: poderosaproject/poderosa

공개 메소드들

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

Read private key parameters.

OpenSSHPKCSFileLoader ( byte image ) : System

비공개 메소드들

메소드 설명
GetStreamReader ( ) : StreamReader
HexToByteArray ( string text ) : byte[]
PassphraseToKey ( string passphrase, byte iv, int length ) : byte[]

메소드 상세

Load() 공개 메소드

Read 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

OpenSSHPKCSFileLoader() 공개 메소드

public OpenSSHPKCSFileLoader ( byte image ) : System
image byte
리턴 System