UNPKG

@wildboar/pkcs

Version:
28 lines 798 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PBES2Algorithms = void 0; const PBES2Algorithms_Union0_Intersection0_Element_oa_1 = require("../PKCS5v2-1/PBES2Algorithms-Union0-Intersection0-Element.oa"); /* START_OF_SYMBOL_DEFINITION PBES2Algorithms */ /** * @summary PBES2Algorithms * @description * * ### ASN.1 Definition: * * ```asn1 * PBES2Algorithms ALGORITHM-IDENTIFIER ::= { * {PBES2-params IDENTIFIED BY id-PBES2}, * ... * } * ``` * * @constant * @type {ALGORITHM_IDENTIFIER[]} * */ exports.PBES2Algorithms = [ PBES2Algorithms_Union0_Intersection0_Element_oa_1.PBES2Algorithms_Union0_Intersection0_Element, ]; /* END_OF_SYMBOL_DEFINITION PBES2Algorithms */ /* eslint-enable */ //# sourceMappingURL=PBES2Algorithms.osa.js.map