Class RsaKeyParameters
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Parameters
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class RsaKeyParameters : AsymmetricKeyParameter, ICipherParameters- Inheritance
- 
      
      
      RsaKeyParameters
- Implements
- Derived
- Inherited Members
Constructors
RsaKeyParameters(bool, BigInteger, BigInteger)
public RsaKeyParameters(bool isPrivate, BigInteger modulus, BigInteger exponent)Parameters
- isPrivatebool
- modulusBigInteger
- exponentBigInteger
Properties
Exponent
public BigInteger Exponent { get; }Property Value
Modulus
public BigInteger Modulus { get; }Property Value
Methods
Equals(object)
public override bool Equals(object obj)Parameters
- objobject
Returns
GetHashCode()
public override int GetHashCode()