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

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

Public Methods

Method Description
DsaPublicKeyParameters ( BigInteger y, DsaParameters parameters ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
Equals ( DsaPublicKeyParameters other ) : bool

Method Details

DsaPublicKeyParameters() public method

public DsaPublicKeyParameters ( BigInteger y, DsaParameters parameters ) : System
y Org.BouncyCastle.Math.BigInteger
parameters DsaParameters
return System

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int