Uses of Class
com.maverick.ssh2.TransportProtocol

Packages that use TransportProtocol
com.maverick.ssh.components This package contains an abstract cryptographic provider for the SSH protocol. 
com.maverick.ssh2 This package contains an SSH2 implementation of the com.maverick.ssh interfaces. 
 

Uses of TransportProtocol in com.maverick.ssh.components
 

Fields in com.maverick.ssh.components declared as TransportProtocol
protected  TransportProtocol SshKeyExchangeClient.transport
          The transport protocol for sending/receiving messages
 

Methods in com.maverick.ssh.components with parameters of type TransportProtocol
 void SshKeyExchangeClient.init(TransportProtocol transport)
          Initialize the key exchange.
 

Uses of TransportProtocol in com.maverick.ssh2
 

Constructors in com.maverick.ssh2 with parameters of type TransportProtocol
AuthenticationProtocol(TransportProtocol transport)
          Construct the protocol using the given transport
 



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.