Table of Contents

Class DerTaggedObject

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

Constructors

DerTaggedObject(bool, int, Asn1Encodable)

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

Parameters

explicitly bool
tagNo int
obj Asn1Encodable

DerTaggedObject(int)

public DerTaggedObject(int tagNo)

Parameters

tagNo int

DerTaggedObject(int, Asn1Encodable)

public DerTaggedObject(int tagNo, Asn1Encodable obj)

Parameters

tagNo int
obj Asn1Encodable