type

AsnCollBuilder

src class AsnCollBuilder : Obj

AsnColl builder.

constructors

methods

add

Convenience to add an AsnItem with the given value and name

item

Add an AsnItem to the collection

toSeq

Build an ASN.1 sequence

toSet

Build an ASN.1 set

Slot Details

add

src This add(AsnObj val, Str? name := null)

Convenience to add an AsnItem with the given value and name

item

src This item(AsnItem item)

Add an AsnItem to the collection

make

src new make()

toSeq

src AsnColl toSeq(AsnTag? tag := null)

Build an ASN.1 sequence

toSet

src AsnColl toSet(AsnTag? tag := null)

Build an ASN.1 set