Uses of Interface
com.maverick.ssh.components.SshKeyExchange

Packages that use SshKeyExchange
com.maverick.ssh.components This package contains an abstract cryptographic provider for the SSH protocol. 
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. 
 

Uses of SshKeyExchange in com.maverick.ssh.components
 

Classes in com.maverick.ssh.components that implement SshKeyExchange
 class SshKeyExchangeClient
          Abstract representation of an SSH key exchange.
 

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

Classes in com.maverick.ssh.components.jce that implement SshKeyExchange
 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.
 



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