Oid

class Oid(val components: List<Int>)(source)

Represents an ASN.1 Object Identifier (OID).

An OID is a sequence of non-negative integer components that uniquely identifies an object in the ASN.1 registration hierarchy.

Constructors

Link copied to clipboard
constructor(components: List<Int>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The OID in dot-notation form, e.g. "1.2.840.113549.1.1.11".

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