com.jcraft.jsch
public class HostKey extends Object
| Field Summary | |
|---|---|
| protected static int | GUESS |
| protected String | host |
| protected byte[] | key |
| static int | SSHDSS |
| static int | SSHRSA |
| protected int | type |
| Constructor Summary | |
|---|---|
| HostKey(String host, byte[] key) | |
| HostKey(String host, int type, byte[] key) | |
| Method Summary | |
|---|---|
| String | getFingerPrint(JSch jsch) |
| String | getHost() |
| String | getKey() |
| String | getType() |