AsnTagBuilder
class AsnTagBuilder : Obj
Utility to build an AsnTag.
See:
Create an unconfigured builder
Set the tag class to application
Build the tag with explicit mode
Set the tag class to universal
Build the tag with implicit mode
Set the tag class to context
Set the tag identifier
Set the tag class to private
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