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

Inheritance: AsymmetricKeyParameter
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

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

Protected Methods

Method Description
DHKeyParameters ( bool isPrivate, DHParameters parameters ) : System
Equals ( DHKeyParameters other ) : bool

Method Details

DHKeyParameters() protected method

protected DHKeyParameters ( bool isPrivate, DHParameters parameters ) : System
isPrivate bool
parameters DHParameters
return System

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int