org.bouncycastle.crypto.params

Class ParametersWithSBox

Implemented Interfaces:
CipherParameters

public class ParametersWithSBox
extends java.lang.Object
implements CipherParameters

Constructor Summary

ParametersWithSBox(CipherParameters parameters, byte[] sBox)

Method Summary

CipherParameters
getParameters()
byte[]
getSBox()

Constructor Details

ParametersWithSBox

public ParametersWithSBox(CipherParameters parameters,
                          byte[] sBox)

Method Details

getParameters

public CipherParameters getParameters()

getSBox

public byte[] getSBox()