public class SshCipherFactory
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
SshCipherFactory()
Creates a new SshCipherFactory object.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getDefaultCipher() |
static java.util.List |
getSupportedCiphers() |
static void |
initialize() |
static SshCipher |
newInstance(java.lang.String algorithmName) |
protected SshCipherFactory()
public static void initialize()
public static java.lang.String getDefaultCipher()
public static java.util.List getSupportedCiphers()
public static SshCipher newInstance(java.lang.String algorithmName) throws AlgorithmNotSupportedException
algorithmName
- AlgorithmNotSupportedException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.