net.schmizz.sshj.transport.kex
Class DHG1.Factory

java.lang.Object
  extended by net.schmizz.sshj.transport.kex.DHG1.Factory
All Implemented Interfaces:
Factory<KeyExchange>, Factory.Named<KeyExchange>
Enclosing class:
DHG1

public static class DHG1.Factory
extends Object
implements Factory.Named<KeyExchange>

Named factory for DHG1 key exchange


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.schmizz.sshj.common.Factory.Named
Factory.Named.Util
 
Nested classes/interfaces inherited from interface net.schmizz.sshj.common.Factory
Factory.Named<T>
 
Constructor Summary
DHG1.Factory()
           
 
Method Summary
 KeyExchange create()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DHG1.Factory

public DHG1.Factory()
Method Detail

create

public KeyExchange create()
Specified by:
create in interface Factory<KeyExchange>
Returns:
a new object created using this factory.

getName

public String getName()
Specified by:
getName in interface Factory.Named<KeyExchange>
Returns:
the name of this factory.


Copyright © 2009-2012. All Rights Reserved.