Class SshCipher

  • Direct Known Subclasses:
    BlowfishCbc, TripleDesCbc

    public abstract class SshCipher
    extends java.lang.Object
    Version:
    $Revision: 1.19 $
    Author:
    $author$
    • Constructor Summary

      Constructors 
      Constructor Description
      SshCipher()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract int getBlockSize()  
      abstract void init​(int mode, byte[] iv, byte[] keydata)  
      byte[] transform​(byte[] data)  
      abstract 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