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
BigIntegerrandom
SecureRandomstrength
intcertainty
int
Properties
Certainty
public int Certainty { get; }
Property Value
PublicExponent
public BigInteger PublicExponent { get; }
Property Value
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()