Class BlowfishCbc


  • public class BlowfishCbc
    extends SshCipher
    Version:
    $Revision: 1.21 $
    Author:
    $author$
    • Constructor Summary

      Constructors 
      Constructor Description
      BlowfishCbc()
      Creates a new BlowfishCbc object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getBlockSize()  
      void init​(int mode, byte[] iv, byte[] keydata)  
      byte[] transform​(byte[] data, int offset, int len)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait