Initializes a new instance of the ParametersWithSBox class
Namespace: Org.BouncyCastle.Crypto.ParametersAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public ParametersWithSBox( ICipherParameters parameters, byte[] sBox ) |
| Visual Basic |
|---|
Public Sub New ( _ parameters As ICipherParameters, _ sBox As Byte() _ ) |
| Visual C++ |
|---|
public: ParametersWithSBox( ICipherParameters^ parameters, array<unsigned char>^ sBox ) |
Parameters
- parameters
- Type: Org.BouncyCastle.Crypto..::..ICipherParameters
- sBox
- Type: array<System..::..Byte>[]()[][]