Table of Contents

Class BerTaggedObject

Namespace
Org.BouncyCastle.Asn1
Assembly
BouncyCastle.Cryptography.dll
public class BerTaggedObject : DLTaggedObject, Asn1TaggedObjectParser, IAsn1Convertible
Inheritance
BerTaggedObject
Implements
Inherited Members

Constructors

BerTaggedObject(bool, int, Asn1Encodable)

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

Parameters

isExplicit bool
tagNo int
obj Asn1Encodable

BerTaggedObject(bool, int, int, Asn1Encodable)

public BerTaggedObject(bool isExplicit, int tagClass, int tagNo, Asn1Encodable obj)

Parameters

isExplicit bool
tagClass int
tagNo int
obj Asn1Encodable

BerTaggedObject(int, Asn1Encodable)

public BerTaggedObject(int tagNo, Asn1Encodable obj)

Parameters

tagNo int
obj Asn1Encodable

BerTaggedObject(int, int, Asn1Encodable)

public BerTaggedObject(int tagClass, int tagNo, Asn1Encodable obj)

Parameters

tagClass int
tagNo int
obj Asn1Encodable