Uses of Interface
com.jcraft.jsch.HostKeyRepository
-
Packages that use HostKeyRepository Package Description com.jcraft.jsch -
-
Uses of HostKeyRepository in com.jcraft.jsch
Classes in com.jcraft.jsch that implement HostKeyRepository Modifier and Type Class Description class
KnownHosts
Fields in com.jcraft.jsch declared as HostKeyRepository Modifier and Type Field Description private HostKeyRepository
Session. hostkeyRepository
private HostKeyRepository
JSch. known_hosts
Methods in com.jcraft.jsch that return HostKeyRepository Modifier and Type Method Description HostKeyRepository
JSch. getHostKeyRepository()
Returns the current hostkey repository.HostKeyRepository
Session. getHostKeyRepository()
Gets the hostkeyRepository.Methods in com.jcraft.jsch with parameters of type HostKeyRepository Modifier and Type Method Description 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.
-