Public Member Functions | |
| HostKey (String host, byte[] key) | |
| String | getHost () |
| String | getType () |
| String | getKey () |
| String | getFingerPrint (JSch jsch) |
Public Attributes | |
| const int | SSHDSS = 0 |
| const int | SSHRSA = 1 |
| const int | UNKNOWN = 2 |
Definition at line 34 of file HostKey.cs.
| Tamir.SharpSsh.jsch.HostKey.HostKey | ( | String | host, | |
| byte[] | key | |||
| ) |
Definition at line 45 of file HostKey.cs.
| String Tamir.SharpSsh.jsch.HostKey.getFingerPrint | ( | JSch | jsch | ) |
Definition at line 64 of file HostKey.cs.
| String Tamir.SharpSsh.jsch.HostKey.getHost | ( | ) |
Definition at line 55 of file HostKey.cs.
| String Tamir.SharpSsh.jsch.HostKey.getKey | ( | ) |
Definition at line 61 of file HostKey.cs.
| String Tamir.SharpSsh.jsch.HostKey.getType | ( | ) |
Definition at line 56 of file HostKey.cs.
| const int Tamir.SharpSsh.jsch.HostKey.SSHDSS = 0 |
Definition at line 38 of file HostKey.cs.
| const int Tamir.SharpSsh.jsch.HostKey.SSHRSA = 1 |
Definition at line 39 of file HostKey.cs.
| const int Tamir.SharpSsh.jsch.HostKey.UNKNOWN = 2 |
Definition at line 40 of file HostKey.cs.
1.5.9