Uses of Class
com.jcraft.jsch.HostKey

Packages that use HostKey
com.jcraft.jsch   
 

Uses of HostKey in com.jcraft.jsch
 

Methods in com.jcraft.jsch that return HostKey
 HostKey[] HostKeyRepository.getHostKey()
          Retuns a list for host keys managed in this repository.
 HostKey[] KnownHosts.getHostKey()
           
 HostKey Session.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)
           
 

Methods in com.jcraft.jsch with parameters of type HostKey
 void HostKeyRepository.add(HostKey hostkey, UserInfo ui)
          Adds a host key hostkey
 void KnownHosts.add(HostKey hostkey, UserInfo userinfo)
           
 



Copyright © 2014 JCraft,Inc.. All Rights Reserved.