enum class asn1::AsnTagClass

sys::Obj
  sys::Enum
    asn1::AsnTagClass

@Serializable { simple=true }

Source

The tag class for an AsnTag

app

const static AsnTagClass app := ...

Source

context

const static AsnTagClass context := ...

Source

fromStr

static new fromStr(Str name, Bool checked := true)

Source

Return the AsnTagClass instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

isApp

Bool isApp()

Source

Is this the APPLICATION class

isContext

Bool isContext()

Source

Is this the CONTEXT class

isPriv

Bool isPriv()

Source

Is this the PRIVATE class

isUniv

Bool isUniv()

Source

Is this the UNIVERSAL class

mask

const Int mask

Source

priv

const static AsnTagClass priv := ...

Source

univ

const static AsnTagClass univ := ...

Source

vals

const static AsnTagClass[] vals := ...

Source

List of AsnTagClass values indexed by ordinal