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

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

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
RsaKeyGenerationParameters ( BigInteger publicExponent, SecureRandom random, int strength, int certainty ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

RsaKeyGenerationParameters() public method

public RsaKeyGenerationParameters ( BigInteger publicExponent, SecureRandom random, int strength, int certainty ) : System
publicExponent Org.BouncyCastle.Math.BigInteger
random Org.BouncyCastle.Security.SecureRandom
strength int
certainty int
return System