com.jcraft.jsch
public interface HostKeyRepository
Field Summary | |
---|---|
int | CHANGED |
int | NOT_INCLUDED |
int | OK |
Method Summary | |
---|---|
void | add(String host, byte[] key, UserInfo ui) |
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) |