Class ParametersWithSBox
-
- All Implemented Interfaces:
-
io.anyline.nfc.bouncycastle.crypto.CipherParameters
public class ParametersWithSBox implements CipherParameters
-
-
Field Summary
Fields Modifier and Type Field Description public CipherParametersparameterspublic Array<byte>sBox
-
Constructor Summary
Constructors Constructor Description ParametersWithSBox(CipherParameters parameters, Array<byte> sBox)
-
Method Summary
Modifier and Type Method Description CipherParametersgetParameters()Array<byte>getSBox()-
-
Constructor Detail
-
ParametersWithSBox
ParametersWithSBox(CipherParameters parameters, Array<byte> sBox)
-
-
Method Detail
-
getParameters
CipherParameters getParameters()
-
-
-
-