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