com.maverick.ssh.components.jce
Class BlowfishCbc

java.lang.Object
  extended by com.maverick.ssh.components.SshCipher
      extended by com.maverick.ssh.components.jce.AbstractJCECipher
          extended by com.maverick.ssh.components.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 separately.

Author:
Lee David Painter

Field Summary
 
Fields inherited from class com.maverick.ssh.components.SshCipher
DECRYPT_MODE, ENCRYPT_MODE
 
Constructor Summary
BlowfishCbc()
           
 
Method Summary
 
Methods inherited from class com.maverick.ssh.components.jce.AbstractJCECipher
getBlockSize, getProvider, init, transform
 
Methods inherited from class com.maverick.ssh.components.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()
            throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.