Method | Description | |
---|---|---|
FromSECSHStyleFile ( string filename, string passphrase ) : |
||
FromSECSHStyleStream ( Stream strm, string passphrase ) : |
||
GetPublicKeyBlob ( ) : byte[] | ||
PassphraseToKey ( string passphrase, int length ) : byte[] | ||
SSH2UserAuthKey ( |
||
SSH2UserAuthKey ( |
||
Sign ( byte data ) : byte[] | ||
WritePrivatePartInSECSHStyleFile ( Stream dest, string comment, string passphrase ) : void | ||
WritePublicPartInOpenSSHStyle ( Stream dest ) : void | ||
WritePublicPartInSECSHStyle ( Stream dest, string comment ) : void |
Method | Description | |
---|---|---|
FormatBase64EncodedPublicKeyBody ( ) : string | ||
WriteKeyFileBlock ( |
public static FromSECSHStyleFile ( string filename, string passphrase ) : |
||
filename | string | |
passphrase | string | |
return |
public static FromSECSHStyleStream ( Stream strm, string passphrase ) : |
||
strm | Stream | |
passphrase | string | |
return |
public static PassphraseToKey ( string passphrase, int length ) : byte[] | ||
passphrase | string | |
length | int | |
return | byte[] |
public SSH2UserAuthKey ( |
||
kp | ||
return | Granados.Poderosa.KeyFormat |
public SSH2UserAuthKey ( |
||
kp | ||
comment | string | |
return | Granados.Poderosa.KeyFormat |
public WritePrivatePartInSECSHStyleFile ( Stream dest, string comment, string passphrase ) : void | ||
dest | Stream | |
comment | string | |
passphrase | string | |
return | void |
public WritePublicPartInOpenSSHStyle ( Stream dest ) : void | ||
dest | Stream | |
return | void |
public WritePublicPartInSECSHStyle ( Stream dest, string comment ) : void | ||
dest | Stream | |
comment | string | |
return | void |