org.apache.sshd.common.cipher
Class BlowfishCBC

java.lang.Object
  extended by org.apache.sshd.common.cipher.BaseCipher
      extended by org.apache.sshd.common.cipher.BlowfishCBC
All Implemented Interfaces:
Cipher

public class BlowfishCBC
extends BaseCipher

BlowfishCBC Cipher

Author:
Apache MINA SSHD Project

Nested Class Summary
static class BlowfishCBC.Factory
          Named factory for BlowfishCBC Cipher
 
Nested classes/interfaces inherited from interface org.apache.sshd.common.Cipher
Cipher.Mode
 
Constructor Summary
BlowfishCBC()
           
 
Method Summary
 
Methods inherited from class org.apache.sshd.common.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 © 2008-2012 Apache Software Foundation. All Rights Reserved.