AsnColl
const abstract class AsnColl : AsnObj
Base class for ASN.1 collection types.
Get the number of items in the collection
Is this a SET
Get the raw AsnObj values in the collection
Get an item value from the collection
Get a collection builder
Is the collection empty
Is this a SEQUENCE
static AsnCollBuilder builder()
Get a collection builder
AsnObj? get(Obj key)
Get an item value from the collection.
Bool isEmpty()
Is the collection empty
Bool isSeq()
Is this a SEQUENCE
Bool isSet()
Is this a SET
new make(AsnTag[] tags, Obj val)
Int size()
Get the number of items in the collection
virtual Str valStr()
AsnObj[] vals()
Get the raw AsnObj values in the collection