Table of Contents

Interface Asn1TaggedObjectParser

Namespace
Enterprises.Org.BouncyCastle.Asn1
Assembly
Enterprises.BouncyCastle.Crypto.dll
public interface Asn1TaggedObjectParser : IAsn1Convertible
Inherited Members

Properties

TagNo

int TagNo { get; }

Property Value

int

Methods

GetObjectParser(int, bool)

IAsn1Convertible GetObjectParser(int tag, bool isExplicit)

Parameters

tag int
isExplicit bool

Returns

IAsn1Convertible