Package | Description |
---|---|
com.jcraft.jsch |
Modifier and Type | Method and Description |
---|---|
HostKey[] |
HostKeyRepository.getHostKey()
Retuns a list for host keys managed in this repository.
|
HostKey |
Session.getHostKey() |
HostKey[] |
KnownHosts.getHostKey() |
HostKey[] |
HostKeyRepository.getHostKey(String host,
String type)
Retuns a list for host keys managed in this repository.
|
HostKey[] |
KnownHosts.getHostKey(String host,
String type) |
Modifier and Type | Method and Description |
---|---|
void |
HostKeyRepository.add(HostKey hostkey,
UserInfo ui)
Adds a host key
hostkey |
void |
KnownHosts.add(HostKey hostkey,
UserInfo userinfo) |
Copyright © 2018 JCraft,Inc.. All rights reserved.