Uses of Interface
com.jcraft.jsch.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 classKnownHostsMethods 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.