Uses of Class
com.jcraft.jsch.HostKey
-
Packages that use HostKey Package Description com.jcraft.jsch -
-
Uses of HostKey in com.jcraft.jsch
Methods in com.jcraft.jsch that return HostKey Modifier and Type Method Description HostKey[]
HostKeyRepository. getHostKey()
Retuns a list for host keys managed in this repository.HostKey[]
HostKeyRepository. getHostKey(java.lang.String host, java.lang.String type)
Retuns a list for host keys managed in this repository.HostKey
Session. getHostKey()
Methods in com.jcraft.jsch with parameters of type HostKey Modifier and Type Method Description void
HostKeyRepository. add(HostKey hostkey, UserInfo ui)
Adds a host keyhostkey
-