org.apache.sshd.client.kex
Class DHG1.Factory
java.lang.Object
org.apache.sshd.client.kex.DHG1.Factory
- All Implemented Interfaces:
- Factory<KeyExchange>, NamedFactory<KeyExchange>
- Enclosing class:
- DHG1
public static class DHG1.Factory
- extends Object
- implements NamedFactory<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()
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.