- Index
- »
- fan.asn1
- »
- AsnTagClass
AsnTagClass
@Serializable { simple=true }
const class AsnTagClass : Enum
The tag class for an AsnTag
Return the AsnTagClass instance for the specified name
List of AsnTagClass values indexed by ordinal
Is this the UNIVERSAL class
Is this the APPLICATION class
Is this the CONTEXT class
Is this the PRIVATE class
const static AsnTagClass : app
const static AsnTagClass : context
static new fromStr(Str name, Bool checked)
Return the AsnTagClass instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
Bool isApp()
Is this the APPLICATION class
Bool isContext()
Is this the CONTEXT class
Bool isPriv()
Is this the PRIVATE class
Bool isUniv()
Is this the UNIVERSAL class
const Int : mask
const static AsnTagClass : priv
const static AsnTagClass : univ
const static AsnTagClass[] : vals
List of AsnTagClass values indexed by ordinal