Uses of Interface
com.sshtools.j2ssh.transport.HostKeyVerification

Packages that use HostKeyVerification
com.sshtools.common.automate   
com.sshtools.common.hosts   
com.sshtools.common.ui   
com.sshtools.j2ssh   
com.sshtools.j2ssh.transport   
 

Uses of HostKeyVerification in com.sshtools.common.automate
 

Subinterfaces of HostKeyVerification in com.sshtools.common.automate
 interface SystemVerification
           
 

Uses of HostKeyVerification in com.sshtools.common.hosts
 

Classes in com.sshtools.common.hosts that implement HostKeyVerification
 class AbstractHostKeyVerification
           
 class ConsoleHostKeyVerification
           
 class DialogHostKeyVerification
           
 class DialogKnownHostsKeyVerification
           
 

Uses of HostKeyVerification in com.sshtools.common.ui
 

Fields in com.sshtools.common.ui declared as HostKeyVerification
protected  HostKeyVerification SshToolsApplicationClientPanel.hostKeyVerification
           
 

Methods in com.sshtools.common.ui that return HostKeyVerification
 HostKeyVerification SshToolsApplicationClientPanel.getHostKeyVerification()
           
 

Methods in com.sshtools.common.ui with parameters of type HostKeyVerification
 void SshToolsApplicationClientPanel.setHostHostVerification(HostKeyVerification hostKeyVerification)
           
 

Uses of HostKeyVerification in com.sshtools.j2ssh
 

Methods in com.sshtools.j2ssh with parameters of type HostKeyVerification
 void SshClient.connect(SshConnectionProperties properties, HostKeyVerification hostVerification)
           Connect the client to the server with the specified properties.
 void SshClient.connect(java.lang.String hostname, HostKeyVerification hosts)
           Connect the client to the server using the default connection properties.
 void SshClient.connect(java.lang.String hostname, int port, HostKeyVerification hosts)
           Connect the client to the server on a specified port with default connection properties.
 

Uses of HostKeyVerification in com.sshtools.j2ssh.transport
 

Classes in com.sshtools.j2ssh.transport that implement HostKeyVerification
 class AbstractKnownHostsKeyVerification
           An abstract HostKeyVerification class providing validation against the known_hosts format.
 class ConsoleKnownHostsKeyVerification
           Implements the AbstractKnownHostsKeyVerification to provide host key verification through the console.
 class IgnoreHostKeyVerification
           A simple host key verification implementation that automatically approves the servers host key.
 

Fields in com.sshtools.j2ssh.transport declared as HostKeyVerification
protected  HostKeyVerification TransportProtocolCommon.hosts
           
 

Constructors in com.sshtools.j2ssh.transport with parameters of type HostKeyVerification
TransportProtocolClient(HostKeyVerification hosts)
          Creates a new TransportProtocolClient object.
 



Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.