Sequence

Creates a new SEQUENCE as Asn1Sequence. Use as follows:

Sequence {
+Null()
+PrintableString("World")
+PrintableString("Hello")
+Utf8String("!!!")
}