C# 클래스 BraintreeEncryption.Library.BouncyCastle.Asn1.BerTaggedObject

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

공개 메소드들

메소드 설명
BerTaggedObject ( bool explicitly, int tagNo, Asn1Encodable obj ) : System.Collections
BerTaggedObject ( int tagNo ) : System.Collections
BerTaggedObject ( int tagNo, Asn1Encodable obj ) : System.Collections

비공개 메소드들

메소드 설명
Encode ( DerOutputStream derOut ) : void

메소드 상세

BerTaggedObject() 공개 메소드

public BerTaggedObject ( bool explicitly, int tagNo, Asn1Encodable obj ) : System.Collections
explicitly bool
tagNo int
obj Asn1Encodable
리턴 System.Collections

BerTaggedObject() 공개 메소드

public BerTaggedObject ( int tagNo ) : System.Collections
tagNo int
리턴 System.Collections

BerTaggedObject() 공개 메소드

public BerTaggedObject ( int tagNo, Asn1Encodable obj ) : System.Collections
tagNo int
obj Asn1Encodable
리턴 System.Collections