type

AsnCollBuilder

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

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

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 := null)

Build an ASN.1 sequence

toSet

AsnColl toSet(AsnTag? tag := null)

Build an ASN.1 set