Uses of Interface
com.jcraft.jsch.HostKeyRepository
Packages that use HostKeyRepository
-
Uses of HostKeyRepository in com.jcraft.jsch
Classes in com.jcraft.jsch that implement HostKeyRepositoryFields in com.jcraft.jsch declared as HostKeyRepositoryModifier and TypeFieldDescriptionprivate HostKeyRepository
Session.hostkeyRepository
private HostKeyRepository
JSch.known_hosts
Methods in com.jcraft.jsch that return HostKeyRepositoryModifier and TypeMethodDescriptionJSch.getHostKeyRepository()
Returns the current hostkey repository.Session.getHostKeyRepository()
Gets the hostkeyRepository.Methods in com.jcraft.jsch with parameters of type HostKeyRepositoryModifier and TypeMethodDescriptionvoid
JSch.setHostKeyRepository
(HostKeyRepository hkrepo) Sets the hostkey repository.void
Session.setHostKeyRepository
(HostKeyRepository hostkeyRepository) Sets the hostkeyRepository, which will be referred in checking host keys.