org.bouncycastle.crypto.params
Class ParametersWithSBox

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

public class ParametersWithSBox
extends java.lang.Object
implements CipherParameters


Field Summary
private  CipherParameters parameters
           
private  byte[] sBox
           
 
Constructor Summary
ParametersWithSBox(CipherParameters parameters, byte[] sBox)
           
 
Method Summary
 CipherParameters getParameters()
           
 byte[] getSBox()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameters

private CipherParameters parameters

sBox

private byte[] sBox
Constructor Detail

ParametersWithSBox

public ParametersWithSBox(CipherParameters parameters,
                          byte[] sBox)
Method Detail

getSBox

public byte[] getSBox()

getParameters

public CipherParameters getParameters()