Table of Contents

Class RsaKeyGenerationParameters

Namespace
Enterprises.Org.BouncyCastle.Crypto.Parameters
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class RsaKeyGenerationParameters : KeyGenerationParameters
Inheritance
RsaKeyGenerationParameters
Inherited Members

Constructors

RsaKeyGenerationParameters(BigInteger, SecureRandom, int, int)

public RsaKeyGenerationParameters(BigInteger publicExponent, SecureRandom random, int strength, int certainty)

Parameters

publicExponent BigInteger
random SecureRandom
strength int
certainty int

Properties

Certainty

public int Certainty { get; }

Property Value

int

PublicExponent

public BigInteger PublicExponent { get; }

Property Value

BigInteger

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int