C# Class BraintreeEncryption.Library.BouncyCastle.Asn1.BerTaggedObject

Inheritance: DerTaggedObject
Show file Open project: braintree/braintree_windows_phone_encryption

Public Methods

Method Description
BerTaggedObject ( bool explicitly, int tagNo, Asn1Encodable obj ) : System.Collections
BerTaggedObject ( int tagNo ) : System.Collections
BerTaggedObject ( int tagNo, Asn1Encodable obj ) : System.Collections

Private Methods

Method Description
Encode ( DerOutputStream derOut ) : void

Method Details

BerTaggedObject() public method

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

BerTaggedObject() public method

public BerTaggedObject ( int tagNo ) : System.Collections
tagNo int
return System.Collections

BerTaggedObject() public method

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