ASN1Object

sealed class ASN1Object

Abstract base class for ASN.1 values.

Inheritors

Properties

Link copied to clipboard
open val cls: ASN1TagClass

the class of the value.

Link copied to clipboard
open val enc: ASN1Encoding

the encoding of the value, either constructed or primitive.

Link copied to clipboard
open val tag: Int

the tag number.