A thin wrapper of com.jcraft.jsch.HostKeyRepository.
| Constructor and description |
|---|
HostKeyRepository
(com.jcraft.jsch.HostKeyRepository hostKeyRepository1) |
| Type | Name and description |
|---|---|
void |
addAll(java.util.Collection<com.jcraft.jsch.HostKey> hostKeys) |
static boolean |
compare(com.jcraft.jsch.HostKey hostKey, java.lang.String host, int port) |
static HostKeyRepository |
create(com.jcraft.jsch.Session session) |
static HostKeyRepository |
create(java.io.File knownHostsFile) |
java.util.Collection<com.jcraft.jsch.HostKey> |
findAll() |
java.util.Collection<com.jcraft.jsch.HostKey> |
findAll(java.lang.String host, int port) |
static com.jcraft.jsch.HostKey |
translateHostPort(com.jcraft.jsch.HostKey hostKey, java.lang.String host, int port) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |