com.maverick.ssh2
Class BlowfishCbc

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

public class BlowfishCbc
extends CbcBlockCipher

Blowfish cipher for SSH2.

Author:
Lee David Painter

Field Summary
 
Fields inherited from class com.maverick.ssh.cipher.SshCipher
DECRYPT_MODE, ENCRYPT_MODE
 
Constructor Summary
BlowfishCbc()
           
 
Method Summary
 java.lang.String getAlgorithm()
           
 
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
 

Constructor Detail

BlowfishCbc

public BlowfishCbc()
Method Detail

getAlgorithm

public java.lang.String getAlgorithm()
Overrides:
getAlgorithm in class SshCipher


Copyright © 2003 3SP LTD. All Rights Reserved.