Package org.bouncycastle.crypto.params
Class ParametersWithSBox
- java.lang.Object
-
- org.bouncycastle.crypto.params.ParametersWithSBox
-
- All Implemented Interfaces:
CipherParameters
public class ParametersWithSBox extends java.lang.Object implements CipherParameters
-
-
Constructor Summary
Constructors Constructor Description ParametersWithSBox(CipherParameters parameters, byte[] sBox)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CipherParameters
getParameters()
byte[]
getSBox()
-
-
-
Constructor Detail
-
ParametersWithSBox
public ParametersWithSBox(CipherParameters parameters, byte[] sBox)
-
-
Method Detail
-
getSBox
public byte[] getSBox()
-
getParameters
public CipherParameters getParameters()
-
-