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

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

공개 메소드들

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

Read private key parameters with OpenSSH format.

OpenSSHFileLoader ( byte image ) : System

비공개 메소드들

메소드 설명
AreEqual ( byte a1, byte a2 ) : bool
CheckMagic ( Stream s ) : bool
GetStreamReader ( ) : StreamReader
ReadBytes ( Stream s ) : byte[]
ReadInt32 ( Stream s, int &val ) : bool
ReadKdfOptions ( byte options, byte &salt, uint &rounds ) : bool
ReadString ( Stream s ) : string
ReadUInt32 ( Stream s, uint &val ) : bool

메소드 상세

Load() 공개 메소드

Read private key parameters with OpenSSH format.
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

OpenSSHFileLoader() 공개 메소드

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