Method | Description | |
---|---|---|
Deserialize ( Stream aStream ) : object |
Parses the data from a PuTTY Private Key (.ppk) file.
|
|
Serialize ( Stream aStream, object aObject ) : void |
Method | Description | |
---|---|---|
CreateCipherKeyPair ( PublicKeyAlgorithm algorithm, byte publicKeyBlob, byte privateKeyBlob ) : |
||
DecryptPrivateKey ( System.IO.FileData &fileData ) : void | ||
VerifyIntegrity ( System.IO.FileData fileData ) : void |
public Deserialize ( Stream aStream ) : object | ||
aStream | Stream | |
return | object |
public Serialize ( Stream aStream, object aObject ) : void | ||
aStream | Stream | |
aObject | object | |
return | void |