CipherParameterspublic class ParametersWithSBox extends java.lang.Object implements CipherParameters
| Constructor | Description |
|---|---|
ParametersWithSBox(CipherParameters parameters,
byte[] sBox) |
| Modifier and Type | Method | Description |
|---|---|---|
CipherParameters |
getParameters() |
|
byte[] |
getSBox() |
public ParametersWithSBox(CipherParameters parameters, byte[] sBox)
public byte[] getSBox()
public CipherParameters getParameters()