com.sshtools.jce
Class BlowfishCbc

java.lang.Object
  extended bycom.maverick.ssh.cipher.SshCipher
      extended bycom.sshtools.jce.AbstractJCECipher
          extended bycom.sshtools.jce.BlowfishCbc

public class BlowfishCbc
extends AbstractJCECipher

An implementation of the Blowfish cipher using a JCE provider. If you have enabled JCE usage there is no need to configure this seperatley.

Author:
Lee David Painter

Field Summary
 
Fields inherited from class com.maverick.ssh.cipher.SshCipher
DECRYPT_MODE, ENCRYPT_MODE
 
Constructor Summary
BlowfishCbc()
           
 
Methods inherited from class com.sshtools.jce.AbstractJCECipher
getBlockSize, init, transform
 
Methods inherited from class com.maverick.ssh.cipher.SshCipher
getAlgorithm, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlowfishCbc

public BlowfishCbc()


Copyright © 2003 3SP LTD. All Rights Reserved.