Uses of Interface
net.ssh.jsch.HostKeyRepository

Packages that use HostKeyRepository
net.ssh.jsch   
 

Uses of HostKeyRepository in net.ssh.jsch
 

Classes in net.ssh.jsch that implement HostKeyRepository
 class KnownHosts
           
 

Methods in net.ssh.jsch that return HostKeyRepository
 HostKeyRepository JSch.getHostKeyRepository()
           
 

Methods in net.ssh.jsch with parameters of type HostKeyRepository
 void JSch.setHostKeyRepository(HostKeyRepository foo)