ASN1NumericString

Implements ASN1Encodable.

Represents an ASN.1 numeric string value.

Constructor

function constructor(value: Uint8Array): this;

Parameters

  • value

Methods

Properties

interface Properties {
	class: ASN1Class;
	form: ASN1Form;
	tag: number;
	value: Uint8Array;
}
  • class
  • type
  • tag
  • value