Table of Contents

Class BerTaggedObjectParser

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

Properties

IsConstructed

public bool IsConstructed { get; }

Property Value

bool

TagNo

public int TagNo { get; }

Property Value

int

Methods

GetObjectParser(int, bool)

public IAsn1Convertible GetObjectParser(int tag, bool isExplicit)

Parameters

tag int
isExplicit bool

Returns

IAsn1Convertible

ToAsn1Object()

public Asn1Object ToAsn1Object()

Returns

Asn1Object