com.jcraft.jsch
Interface HostKeyRepository
- All Known Implementing Classes:
- KnownHosts
- public interface HostKeyRepository
OK
public static final int OK
- See Also:
- Constant Field Values
NOT_INCLUDED
public static final int NOT_INCLUDED
- See Also:
- Constant Field Values
CHANGED
public static final int CHANGED
- See Also:
- Constant Field Values
check
public int check(java.lang.String host,
byte[] key)
add
public void add(java.lang.String host,
byte[] key)
remove
public void remove(java.lang.String host,
java.lang.String type)
remove
public void remove(java.lang.String host,
java.lang.String type,
byte[] key)
getKnownHostsRepositoryID
public java.lang.String getKnownHostsRepositoryID()
getHostKey
public HostKey[] getHostKey()
getHostKey
public HostKey[] getHostKey(java.lang.String host,
java.lang.String type)