org.apache.sshd.client.kex
Class DHG14.Factory

java.lang.Object
  extended by org.apache.sshd.client.kex.DHG14.Factory
All Implemented Interfaces:
Factory<KeyExchange>, NamedFactory<KeyExchange>
Enclosing class:
DHG14

public static class DHG14.Factory
extends Object
implements NamedFactory<KeyExchange>

Named factory for DHG14 key exchange


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.sshd.common.NamedFactory
NamedFactory.Utils
 
Constructor Summary
DHG14.Factory()
           
 
Method Summary
 KeyExchange create()
          Create a new instance
 String getName()
          Name of this factory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DHG14.Factory

public DHG14.Factory()
Method Detail

getName

public String getName()
Description copied from interface: NamedFactory
Name of this factory

Specified by:
getName in interface NamedFactory<KeyExchange>
Returns:

create

public KeyExchange create()
Description copied from interface: Factory
Create a new instance

Specified by:
create in interface Factory<KeyExchange>
Returns:


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