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

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

Public Methods

Method Description
ElGamalParameters ( BigInteger p, BigInteger g ) : System
ElGamalParameters ( BigInteger p, BigInteger g, int l ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
Equals ( ElGamalParameters other ) : bool

Method Details

ElGamalParameters() public method

public ElGamalParameters ( BigInteger p, BigInteger g ) : System
p Org.BouncyCastle.Math.BigInteger
g Org.BouncyCastle.Math.BigInteger
return System

ElGamalParameters() public method

public ElGamalParameters ( BigInteger p, BigInteger g, int l ) : System
p Org.BouncyCastle.Math.BigInteger
g Org.BouncyCastle.Math.BigInteger
l int
return System

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int