Uses of Class
org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
-
Packages that use KnownHostsServerKeyVerifier.HostEntryPair Package Description org.apache.sshd.client.keyverifier -
-
Uses of KnownHostsServerKeyVerifier.HostEntryPair in org.apache.sshd.client.keyverifier
Methods in org.apache.sshd.client.keyverifier that return types with arguments of type KnownHostsServerKeyVerifier.HostEntryPair Modifier and Type Method Description protected List<KnownHostsServerKeyVerifier.HostEntryPair>KnownHostsServerKeyVerifier. findKnownHostEntries(ClientSession clientSession, SocketAddress remoteAddress, Collection<KnownHostsServerKeyVerifier.HostEntryPair> knownHosts)protected Supplier<Collection<KnownHostsServerKeyVerifier.HostEntryPair>>KnownHostsServerKeyVerifier. getKnownHostSupplier(ClientSession clientSession, Path file)protected List<KnownHostsServerKeyVerifier.HostEntryPair>DefaultKnownHostsServerKeyVerifier. reloadKnownHosts(ClientSession session, Path file)protected List<KnownHostsServerKeyVerifier.HostEntryPair>KnownHostsServerKeyVerifier. reloadKnownHosts(ClientSession session, Path file)
-