Package com.sshtools.j2ssh.transport.kex
Class SshKeyExchangeFactory
- java.lang.Object
-
- com.sshtools.j2ssh.transport.kex.SshKeyExchangeFactory
-
public class SshKeyExchangeFactory extends java.lang.Object
- Version:
- $Revision: 1.28 $
- Author:
- $author$
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SshKeyExchangeFactory()
Creates a new SshKeyExchangeFactory object.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getDefaultKeyExchange()
static java.util.List
getSupportedKeyExchanges()
static void
initialize()
static SshKeyExchange
newInstance(java.lang.String methodName)
-
-
-
Method Detail
-
initialize
public static void initialize()
-
getDefaultKeyExchange
public static java.lang.String getDefaultKeyExchange()
- Returns:
-
getSupportedKeyExchanges
public static java.util.List getSupportedKeyExchanges()
- Returns:
-
newInstance
public static SshKeyExchange newInstance(java.lang.String methodName) throws AlgorithmNotSupportedException
- Parameters:
methodName
-- Returns:
- Throws:
AlgorithmNotSupportedException
-
-