@wildboar/pki-stub
Version:
X.510 PKI-Stub ASN.1 data structures in TypeScript
21 lines • 515 B
JavaScript
;
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