com.sshtools.j2ssh.transport.kex
Class SshKeyExchangeFactory

java.lang.Object
  extended bycom.sshtools.j2ssh.transport.kex.SshKeyExchangeFactory

public class SshKeyExchangeFactory
extends java.lang.Object

DOCUMENT ME!


Constructor Summary
protected SshKeyExchangeFactory()
          Creates a new SshKeyExchangeFactory object.
 
Method Summary
static java.lang.String getDefaultKeyExchange()
          DOCUMENT ME!
static java.util.List getSupportedKeyExchanges()
          DOCUMENT ME!
static void initialize()
          DOCUMENT ME!
static SshKeyExchange newInstance(java.lang.String methodName)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SshKeyExchangeFactory

protected SshKeyExchangeFactory()
Creates a new SshKeyExchangeFactory object.

Method Detail

initialize

public static void initialize()
DOCUMENT ME!


getDefaultKeyExchange

public static java.lang.String getDefaultKeyExchange()
DOCUMENT ME!

Returns:
DOCUMENT ME!

getSupportedKeyExchanges

public static java.util.List getSupportedKeyExchanges()
DOCUMENT ME!

Returns:
DOCUMENT ME!

newInstance

public static SshKeyExchange newInstance(java.lang.String methodName)
                                  throws AlgorithmNotSupportedException
DOCUMENT ME!

Parameters:
methodName - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
AlgorithmNotSupportedException - DOCUMENT ME!