com.jcraft.jsch
public class KnownHosts extends Object implements HostKeyRepository
| Method Summary | |
|---|---|
| void | add(HostKey hostkey, UserInfo userinfo) |
| int | check(String host, byte[] key) |
| HostKey[] | getHostKey() |
| HostKey[] | getHostKey(String host, String type) |
| String | getKnownHostsRepositoryID() |
| void | remove(String host, String type) |
| void | remove(String host, String type, byte[] key) |
| protected void | sync() |
| protected void | sync(String foo) |