com.maverick.ssh2
Class TripleDesCbc

java.lang.Object
  extended bycom.maverick.ssh.cipher.SshCipher
      extended bycom.maverick.ssh.cipher.CbcBlockCipher
          extended bycom.maverick.ssh2.TripleDesCbc

public class TripleDesCbc
extends CbcBlockCipher

3DES cipher for SSH2.

Author:
Lee David Painter

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

TRIPLEDES_CBC

public static final java.lang.String TRIPLEDES_CBC
See Also:
Constant Field Values
Constructor Detail

TripleDesCbc

public TripleDesCbc()
Contstruct the uninitialized cipher.

Method Detail

getAlgorithm

public java.lang.String getAlgorithm()
Get the algorithm name

Overrides:
getAlgorithm in class SshCipher
Returns:
"3des-cbc"


Copyright © 2003 3SP LTD. All Rights Reserved.