UNPKG

@wildboar/pkcs

Version:
23 lines 553 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PKInfoAlgorithms = void 0; /* START_OF_SYMBOL_DEFINITION PKInfoAlgorithms */ /** * @summary PKInfoAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * PKInfoAlgorithms ALGORITHM ::= { * ... -- add any locally defined algorithms here -- } * ``` * * @constant * @type {ALGORITHM[]} * */ exports.PKInfoAlgorithms = []; /* END_OF_SYMBOL_DEFINITION PKInfoAlgorithms */ /* eslint-enable */ //# sourceMappingURL=PKInfoAlgorithms.osa.js.map