ASN1RealDecimalEncoding

Implements ASN1Encodable.

Represents an ASN.1 real value with decimal encoding.

Constructor

function constructor(encodingFormat: RealDecimalEncodingFormat, value: Uint8Array): this;

Parameters

  • encodingFormat
  • value

Methods

Properties

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