com.sshtools.j2ssh.transport.kex

Class SshKeyExchangeFactory


public class SshKeyExchangeFactory
extends java.lang.Object

Version:
$Revision: 1.28 $
Author:
$author$

Constructor Summary

SshKeyExchangeFactory()
Creates a new SshKeyExchangeFactory object.

Method Summary

static String
getDefaultKeyExchange()
static List
getSupportedKeyExchanges()
static void
initialize()
static SshKeyExchange
newInstance(String methodName)

Constructor Details

SshKeyExchangeFactory

protected SshKeyExchangeFactory()
Creates a new SshKeyExchangeFactory object.

Method Details

getDefaultKeyExchange

public static String getDefaultKeyExchange()
Returns:

getSupportedKeyExchanges

public static List getSupportedKeyExchanges()
Returns:

initialize

public static void initialize()

newInstance

public static SshKeyExchange newInstance(String methodName)
            throws AlgorithmNotSupportedException
Parameters:
methodName -
Returns:

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.