UNPKG

@wildboar/pki-stub

Version:
22 lines 627 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.der = void 0; /* eslint-disable */ const asn1_ts_1 = require("asn1-ts"); /* START_OF_SYMBOL_DEFINITION der */ /** * @summary der * @description * * ### ASN.1 Definition: * * ```asn1 * der OBJECT IDENTIFIER ::= {joint-iso-itu-t asn1(1) ber-derived(2) distinguished-encoding(1)} * ``` * * @constant */ exports.der = new asn1_ts_1.ObjectIdentifier([/* asn1 */ 1, /* ber-derived */ 2, /* distinguished-encoding */ 1], asn1_ts_1.joint_iso_itu_t); /* END_OF_SYMBOL_DEFINITION der */ /* eslint-enable */ //# sourceMappingURL=der.va.js.map