class asn1::AsnTagBuilder
sys::Obj asn1::AsnTagBuilder
Utility to build an AsnTag
.
See:
- 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
-
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