Package com.sshtools.j2ssh.transport.kex
Class SshKeyExchangeFactory
java.lang.Object
com.sshtools.j2ssh.transport.kex.SshKeyExchangeFactory
- Version:
- $Revision: 1.28 $
- Author:
- $author$
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Creates a new SshKeyExchangeFactory object. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
static List
static void
static SshKeyExchange
newInstance
(String methodName)
-
Constructor Details
-
SshKeyExchangeFactory
protected SshKeyExchangeFactory()Creates a new SshKeyExchangeFactory object.
-
-
Method Details
-
initialize
public static void initialize() -
getDefaultKeyExchange
- Returns:
-
getSupportedKeyExchanges
- Returns:
-
newInstance
- Parameters:
methodName
-- Returns:
- Throws:
AlgorithmNotSupportedException
-