org.bouncycastle.crypto
Class BufferedBlockCipher

java.lang.Object
  extended by org.bouncycastle.crypto.BufferedBlockCipher

public class BufferedBlockCipher
extends Object


Constructor Summary
BufferedBlockCipher(BlockCipher par1BlockCipher)
           
 
Method Summary
 int func_71789_b(int par1)
           
 int func_71790_a(byte[] par1ArrayOfByte, int par2)
           
 int func_71791_a(byte[] par1ArrayOfByte, int par2, int par3, byte[] par4ArrayOfByte, int par5)
           
 int func_71792_a()
           
 int func_71793_a(int par1)
           
 void func_71794_b()
           
 void init(boolean par1, CipherParameters par2CipherParameters)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferedBlockCipher

public BufferedBlockCipher(BlockCipher par1BlockCipher)
Method Detail

init

public void init(boolean par1,
                 CipherParameters par2CipherParameters)
          throws IllegalArgumentException
Throws:
IllegalArgumentException

func_71792_a

public int func_71792_a()

func_71793_a

public int func_71793_a(int par1)

func_71789_b

public int func_71789_b(int par1)

func_71791_a

public int func_71791_a(byte[] par1ArrayOfByte,
                        int par2,
                        int par3,
                        byte[] par4ArrayOfByte,
                        int par5)
                 throws DataLengthException,
                        IllegalStateException
Throws:
DataLengthException
IllegalStateException

func_71790_a

public int func_71790_a(byte[] par1ArrayOfByte,
                        int par2)
                 throws DataLengthException,
                        IllegalStateException
Throws:
DataLengthException
IllegalStateException

func_71794_b

public void func_71794_b()