org.bouncycastle.crypto.params
Class ParametersWithIV

java.lang.Object
  extended by org.bouncycastle.crypto.params.ParametersWithIV
All Implemented Interfaces:
CipherParameters

public class ParametersWithIV
extends Object
implements CipherParameters


Constructor Summary
ParametersWithIV(CipherParameters par1CipherParameters, byte[] par2ArrayOfByte, int par3, int par4)
           
 
Method Summary
 byte[] func_71779_a()
           
 CipherParameters func_71780_b()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParametersWithIV

public ParametersWithIV(CipherParameters par1CipherParameters,
                        byte[] par2ArrayOfByte,
                        int par3,
                        int par4)
Method Detail

func_71779_a

public byte[] func_71779_a()

func_71780_b

public CipherParameters func_71780_b()