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

Inheritance: ICipherParameters
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Gost3410Parameters ( BigInteger p, BigInteger q, BigInteger a ) : System
Gost3410Parameters ( BigInteger p, BigInteger q, BigInteger a, Gost3410ValidationParameters validation ) : System

Protected Methods

Method Description
Equals ( Gost3410Parameters other ) : bool

Method Details

Equals() protected method

protected Equals ( Gost3410Parameters other ) : bool
other Gost3410Parameters
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Gost3410Parameters() public method

public Gost3410Parameters ( BigInteger p, BigInteger q, BigInteger a ) : System
p Org.BouncyCastle.Math.BigInteger
q Org.BouncyCastle.Math.BigInteger
a Org.BouncyCastle.Math.BigInteger
return System

Gost3410Parameters() public method

public Gost3410Parameters ( BigInteger p, BigInteger q, BigInteger a, Gost3410ValidationParameters validation ) : System
p Org.BouncyCastle.Math.BigInteger
q Org.BouncyCastle.Math.BigInteger
a Org.BouncyCastle.Math.BigInteger
validation Gost3410ValidationParameters
return System