class

AsnCollBuilder

class AsnCollBuilder : Obj

AsnColl builder.

constructors make

methods add

Convenience to add an AsnItem with the given value and name

toSet

Build an ASN.1 set

item

Add an AsnItem to the collection

toSeq

Build an ASN.1 sequence

add This add(AsnObj val, Str? name)

Convenience to add an AsnItem with the given value and name

item This item(AsnItem item)

Add an AsnItem to the collection

make new make()

toSeq AsnColl toSeq(AsnTag? tag)

Build an ASN.1 sequence

toSet AsnColl toSet(AsnTag? tag)

Build an ASN.1 set

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST