|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.j2ssh.transport.cipher.SshCipherFactory
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 |
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
- DOCUMENT ME!
AlgorithmNotSupportedException
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |