net.schmizz.sshj.transport.kex
Class DHG1.Factory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DHG1.Factory
public DHG1.Factory()
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.