com.sshtools.j2ssh.transport.cipher

Class SshCipherFactory


public class SshCipherFactory
extends java.lang.Object

Version:
$Revision: 1.32 $
Author:
$author$

Constructor Summary

SshCipherFactory()
Creates a new SshCipherFactory object.

Method Summary

static String
getDefaultCipher()
static List
getSupportedCiphers()
static void
initialize()
static SshCipher
newInstance(String algorithmName)

Constructor Details

SshCipherFactory

protected SshCipherFactory()
Creates a new SshCipherFactory object.

Method Details

getDefaultCipher

public static String getDefaultCipher()
Returns:

getSupportedCiphers

public static List getSupportedCiphers()
Returns:

initialize

public static void initialize()

newInstance

public static SshCipher newInstance(String algorithmName)
            throws AlgorithmNotSupportedException
Parameters:
algorithmName -
Returns:

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.