Table of Contents

Class BerTaggedObject

Namespace
Enterprises.Org.BouncyCastle.Asn1
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class BerTaggedObject : DerTaggedObject, Asn1TaggedObjectParser, IAsn1Convertible
Inheritance
BerTaggedObject
Implements
Inherited Members

Constructors

BerTaggedObject(bool, int, Asn1Encodable)

public BerTaggedObject(bool explicitly, int tagNo, Asn1Encodable obj)

Parameters

explicitly bool
tagNo int
obj Asn1Encodable

BerTaggedObject(int)

public BerTaggedObject(int tagNo)

Parameters

tagNo int

BerTaggedObject(int, Asn1Encodable)

public BerTaggedObject(int tagNo, Asn1Encodable obj)

Parameters

tagNo int
obj Asn1Encodable