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

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

Public Methods

Method Description
DHValidationParameters ( byte seed, int counter ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetSeed ( ) : byte[]

Protected Methods

Method Description
Equals ( DHValidationParameters other ) : bool

Method Details

DHValidationParameters() public method

public DHValidationParameters ( byte seed, int counter ) : System
seed byte
counter int
return System

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetSeed() public method

public GetSeed ( ) : byte[]
return byte[]