C# 클래스 BraintreeEncryption.Library.BouncyCastle.Asn1.X509.RsaPublicKeyStructure

상속: Asn1Encodable
파일 보기 프로젝트 열기: braintree/braintree_windows_phone_encryption

공개 메소드들

메소드 설명
GetInstance ( Asn1TaggedObject obj, bool explicitly ) : RsaPublicKeyStructure
GetInstance ( object obj ) : RsaPublicKeyStructure
RsaPublicKeyStructure ( BigInteger modulus, BigInteger publicExponent ) : System
ToAsn1Object ( ) : Asn1Object

비공개 메소드들

메소드 설명
RsaPublicKeyStructure ( Asn1Sequence seq ) : System

메소드 상세

GetInstance() 공개 정적인 메소드

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

GetInstance() 공개 정적인 메소드

public static GetInstance ( object obj ) : RsaPublicKeyStructure
obj object
리턴 RsaPublicKeyStructure

RsaPublicKeyStructure() 공개 메소드

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

ToAsn1Object() 공개 메소드

public ToAsn1Object ( ) : Asn1Object
리턴 Asn1Object