Uses of Interface
com.jcraft.jsch.HostKeyRepository

Packages that use HostKeyRepository
com.jcraft.jsch   
 

Uses of HostKeyRepository in com.jcraft.jsch
 

Classes in com.jcraft.jsch that implement HostKeyRepository
 class KnownHosts
           
 

Methods in com.jcraft.jsch that return HostKeyRepository
 HostKeyRepository JSch.getHostKeyRepository()
          Returns the current hostkey repository.
 

Methods in com.jcraft.jsch with parameters of type HostKeyRepository
 void JSch.setHostKeyRepository(HostKeyRepository hkrepo)
          Sets the hostkey repository.
 



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