Set

Creates a new SET as Asn1Set. Elements are sorted by tag. Use as follows:

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