AsnCollBuilder
class AsnCollBuilder : Obj
AsnColl builder.
Convenience to add an AsnItem with the given value and name
Add an AsnItem to the collection
Build an ASN.1 sequence
Build an ASN.1 set
This add(AsnObj val, Str? name := null)
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 := null)
Build an ASN.1 sequence
AsnColl toSet(AsnTag? tag := null)
Build an ASN.1 set