C# Class Org.BouncyCastle.Crypto.Parameters.ParametersWithSBox

Inheritance: ICipherParameters
显示文件 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetSBox ( ) : byte[]
ParametersWithSBox ( ICipherParameters parameters, byte sBox ) : System

Method Details

GetSBox() public method

public GetSBox ( ) : byte[]
return byte[]

ParametersWithSBox() public method

public ParametersWithSBox ( ICipherParameters parameters, byte sBox ) : System
parameters ICipherParameters
sBox byte
return System