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
isPrivate
boolmodulus
BigIntegerexponent
BigInteger
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
obj
object
Returns
GetHashCode()
public override int GetHashCode()