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

Inheritance: KeyGenerationParameters
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

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

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RsaKeyGenerationParameters() public méthode

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
Résultat System