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

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Gost3410ValidationParameters ( int x0, int c ) : System
Gost3410ValidationParameters ( long x0L, long cL ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Gost3410ValidationParameters() public méthode

public Gost3410ValidationParameters ( int x0, int c ) : System
x0 int
c int
Résultat System

Gost3410ValidationParameters() public méthode

public Gost3410ValidationParameters ( long x0L, long cL ) : System
x0L long
cL long
Résultat System