UNPKG

@wildboar/pki-stub

Version:
23 lines 595 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.algorithms = void 0; /* eslint-disable */ const asn1_ts_1 = require("asn1-ts"); const ds_va_1 = require("../PKI-Stub/ds.va"); /* START_OF_SYMBOL_DEFINITION algorithms */ /** * @summary algorithms * @description * * ### ASN.1 Definition: * * ```asn1 * algorithms OBJECT IDENTIFIER ::= {ds 44} * ``` * * @constant */ exports.algorithms = new asn1_ts_1.ObjectIdentifier([44], ds_va_1.ds); /* END_OF_SYMBOL_DEFINITION algorithms */ /* eslint-enable */ //# sourceMappingURL=algorithms.va.js.map