ASN1ObjectIdentifier

Implements ASN1Encodable.

Represents an ASN.1 object identifier value.

See encodeObjectIdentifier() to encode object identifiers.

Constructor

function constructor(encoded: Uint8Array): this;

Parameters

  • encoded: The encoded object identifier.

Methods

Properties

interface Properties {
	class: ASN1Class;
	form: ASN1Form;
	tag: number;
	encoded: Uint8Array;
}
  • class
  • type
  • tag
  • encoded: The encoded object identifier.