- Index
- »
- asn1
- »
- AsnTagClass
type
enum
constructors
| fromStr |
Return the AsnTagClass instance for the specified name. |
|---|
fields
methods
| isApp |
Is this the |
|---|---|
| isContext |
Is this the |
| isPriv |
Is this the |
| isUniv |
Is this the |
Slot Details
app
const static AsnTagClass app := ...
context
const static AsnTagClass context := ...
fromStr
isApp
Bool isApp()
Is this the APPLICATION class
isContext
Bool isContext()
Is this the CONTEXT class
isPriv
Bool isPriv()
Is this the PRIVATE class
isUniv
Bool isUniv()
Is this the UNIVERSAL class
mask
const Int mask
priv
const static AsnTagClass priv := ...
univ
const static AsnTagClass univ := ...
vals
const static AsnTagClass[] vals := ...
List of AsnTagClass values indexed by ordinal