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 HostKeyRepositoryMethods 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 TypeMethodDescriptionvoidJSch.setHostKeyRepository(HostKeyRepository hkrepo) Sets the hostkey repository.voidSession.setHostKeyRepository(HostKeyRepository hostkeyRepository) Sets the hostkeyRepository, which will be referred in checking host keys.