ASN1RealDecimalEncoding
Implements ASN1Encodable.
Represents an ASN.1 real value with decimal encoding.
Constructor
function constructor(encodingFormat: RealDecimalEncodingFormat, value: Uint8Array): this;
Parameters
encodingFormatvalue
Methods
Properties
interface Properties {
class: ASN1Class;
form: ASN1Form;
encodingFormat: RealDecimalEncodingFormat;
value: Uint8Array;
}
classtypetagvalue