Method | Description | |
---|---|---|
BlobParser ( Stream stream ) : System | ||
BlobParser ( byte blob ) : System | ||
ReadBits ( |
||
ReadBlob ( ) : byte[] | ||
ReadByte ( ) : byte | ||
ReadBytes ( |
||
ReadHeader ( ) : |
||
ReadInt ( ) : |
||
ReadShort ( ) : |
||
ReadSsh1BigIntBlob ( ) : byte[] | ||
ReadSsh1KeyData ( |
reads private key portion of OpenSSH ssh1 formatted key blob from stream and creates a key pair intended to be called immediately after ParseSsh1PublicKeyData |
|
ReadSsh1PublicKeyData ( bool reverseRsaParameters = false ) : |
reads ssh1 OpenSSH formatted public key blob from stream and creates an AsymmetricKeyParameter object
|
|
ReadSsh2KeyData ( |
reads private key portion of OpenSSH formatted key blob from stream and creates a key pair intended to be called immediately after ParseSsh2PublicKeyData |
|
ReadSsh2PublicKeyData ( ) : |
reads OpenSSH formatted public key blob and creates an AsymmetricKeyParameter object
|
|
ReadString ( ) : string |
public ReadBits ( |
||
bitCount | ||
return | byte[] |
public ReadBytes ( |
||
blobLength | ||
return | byte[] |
public ReadSsh1KeyData ( |
||
publicKeyParameter | ||
return |
public ReadSsh1PublicKeyData ( bool reverseRsaParameters = false ) : |
||
reverseRsaParameters | bool | /// Set to true to read RSA modulus first. Normally exponent is read first. /// |
return |
public ReadSsh2KeyData ( |
||
publicKeyParameter | ||
return |
public ReadSsh2PublicKeyData ( ) : |
||
return |