ccs.crypt
Class BCCHBlockCipher.Blowfish

java.lang.Object
  extended by ccs.crypt.Cipher
      extended by ccs.crypt.AbstractBlockCipher
          extended by ccs.crypt.BCCHBlockCipher
              extended by ccs.crypt.BCCHBlockCipher.Blowfish
Enclosing class:
BCCHBlockCipher

public static class BCCHBlockCipher.Blowfish
extends BCCHBlockCipher


Nested Class Summary
 
Nested classes/interfaces inherited from class ccs.crypt.BCCHBlockCipher
BCCHBlockCipher.AES, BCCHBlockCipher.Blowfish
 
Field Summary
 
Fields inherited from class ccs.crypt.AbstractBlockCipher
buffer
 
Fields inherited from class ccs.crypt.Cipher
passwd
 
Constructor Summary
BCCHBlockCipher.Blowfish()
           
 
Method Summary
 
Methods inherited from class ccs.crypt.BCCHBlockCipher
bufferDecrypt, bufferEncrypt, getBlockSizeExp, getHeaderLength, getInputStream, getMAC, getMACLength, getOutputStream, getWhitening, setPasswd
 
Methods inherited from class ccs.crypt.AbstractBlockCipher
checkRegistered, getCiphertextLength, getPlaintextLength, getTrailerLength, register, unregister
 
Methods inherited from class ccs.crypt.Cipher
getPasswd, out
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCCHBlockCipher.Blowfish

public BCCHBlockCipher.Blowfish()