Class SshCipherFactory
- java.lang.Object
-
- com.sshtools.j2ssh.transport.cipher.SshCipherFactory
-
public class SshCipherFactory extends java.lang.Object
- Version:
- $Revision: 1.32 $
- Author:
- $author$
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SshCipherFactory()
Creates a new SshCipherFactory object.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getDefaultCipher()
static java.util.List
getSupportedCiphers()
static void
initialize()
static SshCipher
newInstance(java.lang.String algorithmName)
-
-
-
Method Detail
-
initialize
public static void initialize()
-
getDefaultCipher
public static java.lang.String getDefaultCipher()
- Returns:
-
getSupportedCiphers
public static java.util.List getSupportedCiphers()
- Returns:
-
newInstance
public static SshCipher newInstance(java.lang.String algorithmName) throws AlgorithmNotSupportedException
- Parameters:
algorithmName
-- Returns:
- Throws:
AlgorithmNotSupportedException
-
-