C# Class BraintreeEncryption.Library.BouncyCastle.Asn1.X509.RsaPublicKeyStructure

Inheritance: Asn1Encodable
Show file Open project: braintree/braintree_windows_phone_encryption

Public Methods

Method Description
GetInstance ( Asn1TaggedObject obj, bool explicitly ) : RsaPublicKeyStructure
GetInstance ( object obj ) : RsaPublicKeyStructure
RsaPublicKeyStructure ( BigInteger modulus, BigInteger publicExponent ) : System
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
RsaPublicKeyStructure ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static method

public static GetInstance ( Asn1TaggedObject obj, bool explicitly ) : RsaPublicKeyStructure
obj Asn1TaggedObject
explicitly bool
return RsaPublicKeyStructure

GetInstance() public static method

public static GetInstance ( object obj ) : RsaPublicKeyStructure
obj object
return RsaPublicKeyStructure

RsaPublicKeyStructure() public method

public RsaPublicKeyStructure ( BigInteger modulus, BigInteger publicExponent ) : System
modulus BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
publicExponent BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
return System

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object