|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.maverick.ssh.cipher.SshCipher
com.maverick.ssh.cipher.CbcBlockCipher
com.maverick.ssh2.TripleDesCbc
3DES cipher for SSH2.
Field Summary | |
static java.lang.String |
TRIPLEDES_CBC
|
Fields inherited from class com.maverick.ssh.cipher.SshCipher |
DECRYPT_MODE, ENCRYPT_MODE |
Constructor Summary | |
TripleDesCbc()
Contstruct the uninitialized cipher. |
Method Summary | |
java.lang.String |
getAlgorithm()
Get the algorithm name |
Methods inherited from class com.maverick.ssh.cipher.CbcBlockCipher |
getBlockSize, init, transform |
Methods inherited from class com.maverick.ssh.cipher.SshCipher |
transform |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String TRIPLEDES_CBC
Constructor Detail |
public TripleDesCbc()
Method Detail |
public java.lang.String getAlgorithm()
getAlgorithm
in class SshCipher
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |