class

AsnItem

const class AsnItem : Obj

An item in an ASN.1 collection. An item has a value, and an optional name associated with that value. When comparing items, only the values are compared; the name is ignored.

constructors make

fields name

val

methods equals

hash

equals virtual Bool equals(Obj? obj)

hash virtual Int hash()

make new make(AsnObj val, Str? name := null)

name const Str? : name

val const AsnObj : val

Haxall 4.0.6 ∙ 21-Jul-2026 09:48 EDT