|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.j2ssh.transport.cipher.SshCipherFactory
public class SshCipherFactory
Constructor Summary | |
---|---|
protected |
SshCipherFactory()
Creates a new SshCipherFactory object. |
Method Summary | |
---|---|
static java.lang.String |
getDefaultCipher()
|
static java.util.List |
getSupportedCiphers()
|
static void |
initialize()
|
static SshCipher |
newInstance(java.lang.String algorithmName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected SshCipherFactory()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |