Uses of Interface
org.apache.sshd.common.KeyExchange

Packages that use KeyExchange
org.apache.sshd.client.kex   
org.apache.sshd.client.session   
org.apache.sshd.common   
org.apache.sshd.common.session   
org.apache.sshd.server.kex   
org.apache.sshd.server.session   
 

Uses of KeyExchange in org.apache.sshd.client.kex
 

Classes in org.apache.sshd.client.kex that implement KeyExchange
 class AbstractDHGClient
          Base class for DHG key exchange algorithms.
 class DHG1
          TODO Add javadoc
 class DHG14
          DHG14 does not work with the default JCE implementation provided by Sun because it does not support 2048 bits encryption.
 

Methods in org.apache.sshd.client.kex that return KeyExchange
 KeyExchange DHG1.Factory.create()
           
 KeyExchange DHG14.Factory.create()
           
 

Uses of KeyExchange in org.apache.sshd.client.session
 

Methods in org.apache.sshd.client.session that return KeyExchange
 KeyExchange ClientSessionImpl.getKex()
           
 

Uses of KeyExchange in org.apache.sshd.common
 

Fields in org.apache.sshd.common with type parameters of type KeyExchange
protected  List<NamedFactory<KeyExchange>> AbstractFactoryManager.keyExchangeFactories
           
 

Methods in org.apache.sshd.common that return types with arguments of type KeyExchange
 List<NamedFactory<KeyExchange>> AbstractFactoryManager.getKeyExchangeFactories()
           
 List<NamedFactory<KeyExchange>> FactoryManager.getKeyExchangeFactories()
          Retrieve the list of named factories for KeyExchange.
 

Method parameters in org.apache.sshd.common with type arguments of type KeyExchange
 void AbstractFactoryManager.setKeyExchangeFactories(List<NamedFactory<KeyExchange>> keyExchangeFactories)
           
 

Uses of KeyExchange in org.apache.sshd.common.session
 

Fields in org.apache.sshd.common.session declared as KeyExchange
protected  KeyExchange AbstractSession.kex
           
 

Uses of KeyExchange in org.apache.sshd.server.kex
 

Classes in org.apache.sshd.server.kex that implement KeyExchange
 class AbstractDHGServer
          TODO Add javadoc
 

Methods in org.apache.sshd.server.kex that return KeyExchange
 KeyExchange DHG1.Factory.create()
           
 KeyExchange DHG14.Factory.create()
           
 

Uses of KeyExchange in org.apache.sshd.server.session
 

Methods in org.apache.sshd.server.session that return KeyExchange
 KeyExchange ServerSession.getKex()
           
 



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