AsnTagBuilder
class AsnTagBuilder : Obj
Utility to build an AsnTag.
See:
Create an unconfigured builder
Set the tag class to application
Set the tag class to context
Build the tag with explicit mode
Set the tag identifier
Build the tag with implicit mode
Set the tag class to private
Set the tag class to universal
This app()
Set the tag class to application
This context()
Set the tag class to context
AsnTag explicit()
Build the tag with explicit mode
This id(Int id)
Set the tag identifier
AsnTag implicit()
Build the tag with implicit mode
new make()
Create an unconfigured builder
This priv()
Set the tag class to private
This univ()
Set the tag class to universal