SetOf
Creates a new SET OF as Asn1Set. Tags of all added elements need to be the same. Elements are sorted by encoded value Use as follows:
SetOf {
+PrintableString("World")
+PrintableString("!!!")
+PrintableString("Hello")
}
Content copied to clipboard
Throws
if children of different tags are added