Uses of Interface
com.maverick.ssh.components.jce.AbstractKeyExchange

Packages that use AbstractKeyExchange
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 AbstractKeyExchange in com.maverick.ssh.components.jce
 

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