ASN1RealBinaryEncoding

Implements ASN1Encodable.

Represents an ASN.1 real value with binary encoding.

Constructor

function constructor(mantissa: bigint, base: RealBinaryEncodingBase, exponent: bigint): this;

Parameters

  • mantissa
  • base
  • exponent

Methods

Properties

interface Properties {
	class: ASN1Class;
	form: ASN1Form;
	mantissa: bigint;
	base: RealBinaryEncodingBase;
	exponent: bigint;
}
  • class
  • type
  • tag
  • mantissa
  • base
  • exponent