public class SshKeyExchangeFactory
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
SshKeyExchangeFactory()
Creates a new SshKeyExchangeFactory object.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getDefaultKeyExchange() |
static java.util.List |
getSupportedKeyExchanges() |
static void |
initialize() |
static SshKeyExchange |
newInstance(java.lang.String methodName) |
protected SshKeyExchangeFactory()
public static void initialize()
public static java.lang.String getDefaultKeyExchange()
public static java.util.List getSupportedKeyExchanges()
public static SshKeyExchange newInstance(java.lang.String methodName) throws AlgorithmNotSupportedException
methodName
- AlgorithmNotSupportedException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.