Tagged

Creates a new EXPLICITLY TAGGED ASN.1 structure as Asn1Tagged using tag.

Use as follows:

Tagged(2u) {
+PrintableString("World World")
+Null()
+Int(1337)
}