Class SshAuthenticationServerFactory
java.lang.Object
com.sshtools.daemon.authentication.SshAuthenticationServerFactory
- Version:
- $Revision: 1.10 $
- Author:
- $author$
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Creates a new SshAuthenticationServerFactory object. -
Method Summary
Modifier and TypeMethodDescriptionstatic List
static void
static SshAuthenticationServer
newInstance
(String methodName)
-
Field Details
-
AUTH_PASSWORD
- See Also:
-
AUTH_PK
- See Also:
-
AUTH_KBI
- See Also:
-
-
Constructor Details
-
SshAuthenticationServerFactory
protected SshAuthenticationServerFactory()Creates a new SshAuthenticationServerFactory object.
-
-
Method Details
-
initialize
public static void initialize() -
getSupportedMethods
- Returns:
-
newInstance
public static SshAuthenticationServer newInstance(String methodName) throws AlgorithmNotSupportedException - Parameters:
methodName
-- Returns:
- Throws:
AlgorithmNotSupportedException
-