net.schmizz.sshj.transport.cipher
Class BlowfishCBC

java.lang.Object
  extended by net.schmizz.sshj.transport.cipher.BaseCipher
      extended by net.schmizz.sshj.transport.cipher.BlowfishCBC
All Implemented Interfaces:
Cipher

public class BlowfishCBC
extends BaseCipher

blowfish-ctr cipher


Nested Class Summary
static class BlowfishCBC.Factory
          Named factory for BlowfishCBC Cipher
 
Nested classes/interfaces inherited from interface net.schmizz.sshj.transport.cipher.Cipher
Cipher.Mode
 
Constructor Summary
BlowfishCBC()
           
 
Method Summary
 
Methods inherited from class net.schmizz.sshj.transport.cipher.BaseCipher
getBlockSize, getIVSize, init, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlowfishCBC

public BlowfishCBC()


Copyright © 2009-2012. All Rights Reserved.