class

AsnTagBuilder

class AsnTagBuilder : Obj

Utility to build an AsnTag.

See:

constructors make

Create an unconfigured builder

methods app

Set the tag class to application

explicit

Build the tag with explicit mode

univ

Set the tag class to universal

implicit

Build the tag with implicit mode

context

Set the tag class to context

id

Set the tag identifier

priv

Set the tag class to private

app This app()

Set the tag class to application

context This context()

Set the tag class to context

explicit AsnTag explicit()

Build the tag with explicit mode

id This id(Int id)

Set the tag identifier

implicit AsnTag implicit()

Build the tag with implicit mode

make new make()

Create an unconfigured builder

priv This priv()

Set the tag class to private

univ This univ()

Set the tag class to universal

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST