public class ParametersWithSBox extends Object implements CipherParameters
Constructor and Description |
---|
ParametersWithSBox(CipherParameters parameters,
byte[] sBox) |
Modifier and Type | Method and Description |
---|---|
CipherParameters |
getParameters() |
byte[] |
getSBox() |
public ParametersWithSBox(CipherParameters parameters, byte[] sBox)
public byte[] getSBox()
public CipherParameters getParameters()
Copyright © 2015. All rights reserved.