com.sshtools.j2ssh.transport.cipher
Class SshCipherFactory

java.lang.Object
  extended bycom.sshtools.j2ssh.transport.cipher.SshCipherFactory

public class SshCipherFactory
extends java.lang.Object

DOCUMENT ME!


Constructor Summary
protected SshCipherFactory()
          Creates a new SshCipherFactory object.
 
Method Summary
static java.lang.String getDefaultCipher()
          DOCUMENT ME!
static java.util.List getSupportedCiphers()
          DOCUMENT ME!
static void initialize()
          DOCUMENT ME!
static SshCipher newInstance(java.lang.String algorithmName)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SshCipherFactory

protected SshCipherFactory()
Creates a new SshCipherFactory object.

Method Detail

initialize

public static void initialize()
DOCUMENT ME!


getDefaultCipher

public static java.lang.String getDefaultCipher()
DOCUMENT ME!

Returns:
DOCUMENT ME!

getSupportedCiphers

public static java.util.List getSupportedCiphers()
DOCUMENT ME!

Returns:
DOCUMENT ME!

newInstance

public static SshCipher newInstance(java.lang.String algorithmName)
                             throws AlgorithmNotSupportedException
DOCUMENT ME!

Parameters:
algorithmName - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
AlgorithmNotSupportedException - DOCUMENT ME!