Template

class Template(val tagValue: ULong, val tagClass: TagClass?, val constructed: Boolean?)(source)

A tag with optional tagClass and optional constructed indicator. Used for ASN.1 builder DSL

Constructors

Link copied to clipboard
constructor(tagValue: ULong, tagClass: TagClass?, constructed: Boolean?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
infix inline fun without(negated: TagProperty): Asn1Element.Tag.Template

Creates a new tag template from this template, negating the passed property