UNPKG

@wildboar/pki-stub

Version:
21 lines 515 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.id_algo = void 0; const algorithms_va_1 = require("../PKI-Stub/algorithms.va"); /* START_OF_SYMBOL_DEFINITION id_algo */ /** * @summary id_algo * @description * * ### ASN.1 Definition: * * ```asn1 * id-algo OBJECT IDENTIFIER ::= algorithms * ``` * * @constant */ exports.id_algo = algorithms_va_1.algorithms; /* END_OF_SYMBOL_DEFINITION id_algo */ /* eslint-enable */ //# sourceMappingURL=id-algo.va.js.map