Uses of Interface
com.jcraft.jsch.HostKeyRepository
-
Packages that use HostKeyRepository Package Description com.jcraft.jsch -
-
Uses of HostKeyRepository in com.jcraft.jsch
Methods in com.jcraft.jsch that return HostKeyRepository Modifier and Type Method Description HostKeyRepositoryJSch. getHostKeyRepository()Returns the current hostkey repository.HostKeyRepositorySession. getHostKeyRepository()Gets the hostkeyRepository.Methods in com.jcraft.jsch with parameters of type HostKeyRepository Modifier and Type Method Description voidJSch. setHostKeyRepository(HostKeyRepository hkrepo)Sets the hostkey repository.voidSession. setHostKeyRepository(HostKeyRepository hostkeyRepository)Sets the hostkeyRepository, which will be referred in checking host keys.
-