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

Inheritance: ICipherParameters
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
GetSBox ( ) : byte[]
ParametersWithSBox ( ICipherParameters parameters, byte sBox ) : System

Method Details

GetSBox() public méthode

public GetSBox ( ) : byte[]
Résultat byte[]

ParametersWithSBox() public méthode

public ParametersWithSBox ( ICipherParameters parameters, byte sBox ) : System
parameters ICipherParameters
sBox byte
Résultat System