com.jcraft.jsch
Interface HostKeyRepository
- KnownHosts
public interface HostKeyRepository
CHANGED
public static final int CHANGED
NOT_INCLUDED
public static final int NOT_INCLUDED
OK
public static final int OK
add
public void add(String host,
byte[] key,
UserInfo ui)
check
public int check(String host,
byte[] key)
getHostKey
public HostKey[] getHostKey()
getHostKey
public HostKey[] getHostKey(String host,
String type)
getKnownHostsRepositoryID
public String getKnownHostsRepositoryID()
remove
public void remove(String host,
String type)
remove
public void remove(String host,
String type,
byte[] key)