Uses of Interface
org.apache.sshd.client.ServerKeyVerifier

Packages that use ServerKeyVerifier
org.apache.sshd Defines the two main classes for the client and server side of SSH protocol support. 
org.apache.sshd.client   
org.apache.sshd.client.keyverifier   
 

Uses of ServerKeyVerifier in org.apache.sshd
 

Methods in org.apache.sshd that return ServerKeyVerifier
 ServerKeyVerifier SshClient.getServerKeyVerifier()
           
 

Methods in org.apache.sshd with parameters of type ServerKeyVerifier
 void SshClient.setServerKeyVerifier(ServerKeyVerifier serverKeyVerifier)
           
 

Uses of ServerKeyVerifier in org.apache.sshd.client
 

Methods in org.apache.sshd.client that return ServerKeyVerifier
 ServerKeyVerifier ClientFactoryManager.getServerKeyVerifier()
          Retrieve the server key verifier to be used to check the key when connecting to an ssh server.
 

Uses of ServerKeyVerifier in org.apache.sshd.client.keyverifier
 

Classes in org.apache.sshd.client.keyverifier that implement ServerKeyVerifier
 class AcceptAllServerKeyVerifier
          A ServerKeyVerifier that accepts all server keys.
 class DelegatingServerKeyVerifier
           
 class RequiredServerKeyVerifier
          A ServerKeyVerifier that accepts one server key (specified in the constructor)
 

Fields in org.apache.sshd.client.keyverifier declared as ServerKeyVerifier
static ServerKeyVerifier AcceptAllServerKeyVerifier.INSTANCE
           
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.