Table of Contents

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 bool
modulus BigInteger
exponent BigInteger

Properties

Exponent

public BigInteger Exponent { get; }

Property Value

BigInteger

Modulus

public BigInteger Modulus { 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