|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sshtools.j2ssh.transport.kex.SshKeyExchangeFactory
public class SshKeyExchangeFactory
| Constructor Summary | |
|---|---|
protected |
SshKeyExchangeFactory()
Creates a new SshKeyExchangeFactory object. |
| Method Summary | |
|---|---|
static java.lang.String |
getDefaultKeyExchange()
|
static java.util.List |
getSupportedKeyExchanges()
|
static void |
initialize()
|
static SshKeyExchange |
newInstance(java.lang.String methodName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SshKeyExchangeFactory()
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||