Class ParametersWithSBox
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Parameters
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class ParametersWithSBox : ICipherParameters- Inheritance
- 
      
      ParametersWithSBox
- Implements
- Inherited Members
Constructors
ParametersWithSBox(ICipherParameters, byte[])
public ParametersWithSBox(ICipherParameters parameters, byte[] sBox)Parameters
- parametersICipherParameters
- sBoxbyte[]
Properties
Parameters
public ICipherParameters Parameters { get; }Property Value
Methods
GetSBox()
public byte[] GetSBox()Returns
- byte[]