Sequence
Creates a new SEQUENCE as Asn1Sequence. Use as follows:
Sequence {
+Null()
+PrintableString("World")
+PrintableString("Hello")
+Utf8String("!!!")
}
Content copied to clipboard
Creates a new SEQUENCE as Asn1Sequence. Use as follows:
Sequence {
+Null()
+PrintableString("World")
+PrintableString("Hello")
+Utf8String("!!!")
}