Package | Description |
---|---|
com.jcraft.jsch |
Modifier and Type | Class and Description |
---|---|
(package private) class |
KnownHosts.HashedHostKey |
Modifier and Type | Field and Description |
---|---|
private HostKey |
Session.hostkey |
Modifier and Type | Method and Description |
---|---|
(package private) HostKey |
KnownHosts.createHashedHostKey(java.lang.String host,
byte[] key) |
HostKey[] |
KnownHosts.getHostKey() |
HostKey |
Session.getHostKey() |
HostKey[] |
HostKeyRepository.getHostKey()
Retuns a list for host keys managed in this repository.
|
HostKey[] |
KnownHosts.getHostKey(java.lang.String host,
java.lang.String type) |
HostKey[] |
HostKeyRepository.getHostKey(java.lang.String host,
java.lang.String type)
Retuns a list for host keys managed in this repository.
|
Modifier and Type | Method and Description |
---|---|
void |
KnownHosts.add(HostKey hostkey,
UserInfo userinfo) |
void |
HostKeyRepository.add(HostKey hostkey,
UserInfo ui)
Adds a host key
hostkey |