C# 클래스 dlech.SshAgentLib.PpkFormatter

Used to read PuTTY Private Key (.ppk) files
상속: KeyFormatter
파일 보기 프로젝트 열기: dlech/SshAgentLib 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( Stream aStream ) : object

Parses the data from a PuTTY Private Key (.ppk) file.

Serialize ( Stream aStream, object aObject ) : void

비공개 메소드들

메소드 설명
CreateCipherKeyPair ( PublicKeyAlgorithm algorithm, byte publicKeyBlob, byte privateKeyBlob ) : AsymmetricCipherKeyPair
DecryptPrivateKey ( System.IO.FileData &fileData ) : void
VerifyIntegrity ( System.IO.FileData fileData ) : void

메소드 상세

Deserialize() 공개 메소드

Parses the data from a PuTTY Private Key (.ppk) file.
/// there was a problem parsing the file data /// /// data is encrypted and passphrase callback is null ///
public Deserialize ( Stream aStream ) : object
aStream Stream
리턴 object

Serialize() 공개 메소드

public Serialize ( Stream aStream, object aObject ) : void
aStream Stream
aObject object
리턴 void