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

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

Public Methods

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

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Gost3410ValidationParameters() public method

public Gost3410ValidationParameters ( int x0, int c ) : System
x0 int
c int
return System

Gost3410ValidationParameters() public method

public Gost3410ValidationParameters ( long x0L, long cL ) : System
x0L long
cL long
return System