org.bouncycastle.crypto.params

Class ParametersWithSBox

public class ParametersWithSBox extends Object implements CipherParameters

Constructor Summary
ParametersWithSBox(CipherParameters parameters, byte[] sBox)
Method Summary
CipherParametersgetParameters()
byte[]getSBox()

Constructor Detail

ParametersWithSBox

public ParametersWithSBox(CipherParameters parameters, byte[] sBox)

Method Detail

getParameters

public CipherParameters getParameters()

getSBox

public byte[] getSBox()