SequenceOf
Creates a new SEQUENCE OF as Asn1SequenceOf. Tags of all added elements need to be the same. Use as follows:
SequenceOf {
+PrintableString("World")
+PrintableString("!!!")
+PrintableString("Hello")
}Content copied to clipboard
Throws
if children of different tags are added