AsnCollBuilder
class AsnCollBuilder : Obj
AsnColl builder.
Convenience to add an AsnItem with the given value and name
Build an ASN.1 set
Add an AsnItem to the collection
Build an ASN.1 sequence
This add(AsnObj val, Str? name)
Convenience to add an AsnItem with the given value and name
This item(AsnItem item)
Add an AsnItem to the collection
new make()
AsnColl toSeq(AsnTag? tag)
Build an ASN.1 sequence
AsnColl toSet(AsnTag? tag)
Build an ASN.1 set