type

AsnTagBuilder

src class AsnTagBuilder : Obj

Utility to build an AsnTag.

See:

constructors

make

Create an unconfigured builder

methods

app

Set the tag class to application

context

Set the tag class to context

explicit

Build the tag with explicit mode

id

Set the tag identifier

implicit

Build the tag with implicit mode

priv

Set the tag class to private

univ

Set the tag class to universal

Slot Details

app

src This app()

Set the tag class to application

context

src This context()

Set the tag class to context

explicit

src AsnTag explicit()

Build the tag with explicit mode

id

src This id(Int id)

Set the tag identifier

implicit

src AsnTag implicit()

Build the tag with implicit mode

make

src new make()

Create an unconfigured builder

priv

src This priv()

Set the tag class to private

univ

src This univ()

Set the tag class to universal