type

AsnTagBuilder

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

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