Class TripleDesCbc


  • public class TripleDesCbc
    extends SshCipher
    Version:
    $Revision: 1.19 $
    Author:
    $author$
    • Constructor Summary

      Constructors 
      Constructor Description
      TripleDesCbc()
      Creates a new TripleDesCbc 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