|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HostKeyRepository | |
---|---|
com.jcraft.jsch |
Uses of HostKeyRepository in com.jcraft.jsch |
---|
Classes in com.jcraft.jsch that implement HostKeyRepository | |
---|---|
class |
KnownHosts
|
Methods in com.jcraft.jsch that return HostKeyRepository | |
---|---|
HostKeyRepository |
JSch.getHostKeyRepository()
Returns the current hostkey repository. |
HostKeyRepository |
Session.getHostKeyRepository()
Gets the hostkeyRepository. |
Methods in com.jcraft.jsch with parameters of type HostKeyRepository | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |