Uses of Class
com.maverick.ssh.components.SshKeyExchangeClient

Packages that use SshKeyExchangeClient
com.maverick.ssh.components.jce This package contains a set of algoritm implementations that enable the Maverick API to use a Java Cryptography Extension provider. 
com.maverick.ssh2 This package contains an SSH2 implementation of the com.maverick.ssh interfaces. 
 

Uses of SshKeyExchangeClient in com.maverick.ssh.components.jce
 

Subclasses of SshKeyExchangeClient in com.maverick.ssh.components.jce
 class DiffieHellmanGroup14Sha1
          An implementation of the diffie-hellman-group1-sha1 key exchange mechanism that uses JCE provider for DH agreement and Digest.
 class DiffieHellmanGroup1Sha1
          An implementation of the diffie-hellman-group1-sha1 key exchange mechanism that uses JCE provider for DH agreement and Digest.
 class DiffieHellmanGroupExchangeSha1
          An implementation of the diffie-hellman-group-exchange key exchange mechanism that uses JCE provider for DH agreement and Digest.
 

Uses of SshKeyExchangeClient in com.maverick.ssh2
 

Methods in com.maverick.ssh2 that return SshKeyExchangeClient
 SshKeyExchangeClient TransportProtocol.getKeyExchange()
           
 SshKeyExchangeClient AuthenticationProtocol.getKeyExchange()
           
 SshKeyExchangeClient Ssh2Client.getKeyExchangeInstanceInUse()
           
 



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