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

Inheritance: AsymmetricKeyParameter
ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

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

Protected Methods

Method Description
ElGamalKeyParameters ( bool isPrivate, ElGamalParameters parameters ) : System
Equals ( ElGamalKeyParameters other ) : bool

Method Details

ElGamalKeyParameters() protected method

protected ElGamalKeyParameters ( bool isPrivate, ElGamalParameters parameters ) : System
isPrivate bool
parameters ElGamalParameters
return System

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int