Class SshCipherFactory
java.lang.Object
com.sshtools.j2ssh.transport.cipher.SshCipherFactory
- Version:
- $Revision: 1.32 $
- Author:
- $author$
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Creates a new SshCipherFactory object. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
static List
static void
static SshCipher
newInstance
(String algorithmName)
-
Constructor Details
-
SshCipherFactory
protected SshCipherFactory()Creates a new SshCipherFactory object.
-
-
Method Details
-
initialize
public static void initialize() -
getDefaultCipher
- Returns:
-
getSupportedCiphers
- Returns:
-
newInstance
- Parameters:
algorithmName
-- Returns:
- Throws:
AlgorithmNotSupportedException
-