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

Inheritance: DerTaggedObject
Afficher le fichier Open project: braintree/braintree_windows_phone_encryption

Méthodes publiques

Méthode Description
BerTaggedObject ( bool explicitly, int tagNo, Asn1Encodable obj ) : System.Collections
BerTaggedObject ( int tagNo ) : System.Collections
BerTaggedObject ( int tagNo, Asn1Encodable obj ) : System.Collections

Private Methods

Méthode Description
Encode ( DerOutputStream derOut ) : void

Method Details

BerTaggedObject() public méthode

public BerTaggedObject ( bool explicitly, int tagNo, Asn1Encodable obj ) : System.Collections
explicitly bool
tagNo int
obj Asn1Encodable
Résultat System.Collections

BerTaggedObject() public méthode

public BerTaggedObject ( int tagNo ) : System.Collections
tagNo int
Résultat System.Collections

BerTaggedObject() public méthode

public BerTaggedObject ( int tagNo, Asn1Encodable obj ) : System.Collections
tagNo int
obj Asn1Encodable
Résultat System.Collections