public class SshAuthenticationServerFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AUTH_KBI |
static java.lang.String |
AUTH_PASSWORD |
static java.lang.String |
AUTH_PK |
Modifier | Constructor and Description |
---|---|
protected |
SshAuthenticationServerFactory()
Creates a new SshAuthenticationServerFactory object.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List |
getSupportedMethods() |
static void |
initialize() |
static SshAuthenticationServer |
newInstance(java.lang.String methodName) |
public static final java.lang.String AUTH_PASSWORD
public static final java.lang.String AUTH_PK
public static final java.lang.String AUTH_KBI
protected SshAuthenticationServerFactory()
public static void initialize()
public static java.util.List getSupportedMethods()
public static SshAuthenticationServer newInstance(java.lang.String methodName) throws AlgorithmNotSupportedException
methodName
- AlgorithmNotSupportedException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.