Table of Contents

Class RsaPublicKeyStructure

Namespace
Enterprises.Org.BouncyCastle.Asn1.X509
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class RsaPublicKeyStructure : Asn1Encodable, IAsn1Convertible
Inheritance
RsaPublicKeyStructure
Implements
Inherited Members

Constructors

RsaPublicKeyStructure(BigInteger, BigInteger)

public RsaPublicKeyStructure(BigInteger modulus, BigInteger publicExponent)

Parameters

modulus BigInteger
publicExponent BigInteger

Properties

Modulus

public BigInteger Modulus { get; }

Property Value

BigInteger

PublicExponent

public BigInteger PublicExponent { get; }

Property Value

BigInteger

Methods

GetInstance(Asn1TaggedObject, bool)

public static RsaPublicKeyStructure GetInstance(Asn1TaggedObject obj, bool explicitly)

Parameters

obj Asn1TaggedObject
explicitly bool

Returns

RsaPublicKeyStructure

GetInstance(object)

public static RsaPublicKeyStructure GetInstance(object obj)

Parameters

obj object

Returns

RsaPublicKeyStructure

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object