ASN1ObjectIdentifier

Constructors

Link copied to clipboard
constructor(oid: String)

Types

Link copied to clipboard
object Companion

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
val oid: String
Link copied to clipboard
open override val tag: Int

the tag number.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String