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.
 HostKeyRepository Session.getHostKeyRepository()
          Gets the hostkeyRepository.
 

Methods in com.jcraft.jsch with parameters of type HostKeyRepository
 void JSch.setHostKeyRepository(HostKeyRepository hkrepo)
          Sets the hostkey repository.
 void Session.setHostKeyRepository(HostKeyRepository hostkeyRepository)
          Sets the hostkeyRepository, which will be referred in checking host keys.
 



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