net.schmizz.sshj.transport.kex
Class DHG14.Factory
java.lang.Object
net.schmizz.sshj.transport.kex.DHG14.Factory
- All Implemented Interfaces:
- Factory<KeyExchange>, Factory.Named<KeyExchange>
- Enclosing class:
- DHG14
public static class DHG14.Factory
- extends Object
- implements Factory.Named<KeyExchange>
Named factory for DHG14 key exchange
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DHG14.Factory
public DHG14.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.