const class asn1::AsnItem

sys::Obj
  asn1::AsnItem

Source

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.

equals

virtual override Bool equals(Obj? obj)

Source

hash

virtual override Int hash()

Source

make

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

Source

name

const Str? name

Source

val

const AsnObj val

Source