type
constructors
fields
methods
app |
Get a |
---|---|
context |
Get a |
equals |
Tag equality is based only the |
hash | |
priv |
Get a |
strictEquals | |
toStr | |
univ |
Get a |
Slot Details
app
src
static AsnTagBuilder app(Int id)
Get a builder
for an application tag with the given id
cls
src
const AsnTagClass cls
The tag class
context
src
static AsnTagBuilder context(Int id)
Get a builder
for a context tag with the given id
equals
hash
id
make
src
new make(AsnTagClass cls, Int id, AsnTagMode mode)
mode
src
const AsnTagMode mode
The tag mode
priv
src
static AsnTagBuilder priv(Int id)
Get a builder
for a private tag with the given id
strictEquals
toStr
univ
src
static AsnTagBuilder univ(Int id)
Get a builder
for a universal tag with the given id.