Table of Contents

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

parameters ICipherParameters
sBox byte[]

Properties

Parameters

public ICipherParameters Parameters { get; }

Property Value

ICipherParameters

Methods

GetSBox()

public byte[] GetSBox()

Returns

byte[]