UNPKG

@wildboar/pkcs

Version:
31 lines 691 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.id_md2 = void 0; /* eslint-disable */ const asn1_ts_1 = require("asn1-ts"); /* START_OF_SYMBOL_DEFINITION id_md2 */ /** * @summary id_md2 * @description * * ### ASN.1 Definition: * * ```asn1 * id-md2 OBJECT IDENTIFIER ::= { * iso(1) member-body(2) us(840) rsadsi(113549) digestAlgorithm(2) 2 * } * ``` * * @constant */ exports.id_md2 = new asn1_ts_1.ObjectIdentifier([ /* iso */ 1, /* member-body */ 2, /* us */ 840, /* rsadsi */ 113549, /* digestAlgorithm */ 2, 2, ]); /* END_OF_SYMBOL_DEFINITION id_md2 */ /* eslint-enable */ //# sourceMappingURL=id-md2.va.js.map