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

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

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
DsaKeyParameters ( bool isPrivate, DsaParameters parameters ) : System
Equals ( DsaKeyParameters other ) : bool

Method Details

DsaKeyParameters() protected method

protected DsaKeyParameters ( bool isPrivate, DsaParameters parameters ) : System
isPrivate bool
parameters DsaParameters
return System

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int