ExplicitlyTagged
Creates a new EXPLICITLY TAGGED ASN.1 structure as Asn1ExplicitlyTagged using tag.
Use as follows:
ExplicitlyTagged(2uL) {
+PrintableString("World World")
+Null()
+Int(1337)
}
Content copied to clipboard
Creates a new EXPLICITLY TAGGED ASN.1 structure as Asn1ExplicitlyTagged using tag.
Use as follows:
ExplicitlyTagged(2uL) {
+PrintableString("World World")
+Null()
+Int(1337)
}