UNPKG

@wildboar/pkcs

Version:
28 lines 752 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KeyDerivationAlgorithms = void 0; const PBKDF2Algorithms_osa_1 = require("../PKCS5v2-1/PBKDF2Algorithms.osa"); /* START_OF_SYMBOL_DEFINITION KeyDerivationAlgorithms */ /** * @summary KeyDerivationAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * KeyDerivationAlgorithms ALGORITHM-IDENTIFIER ::= { * PBKDF2Algorithms, * ... -- For future extensions * } * ``` * * @constant * @type {ALGORITHM_IDENTIFIER[]} * */ exports.KeyDerivationAlgorithms = [ ...PBKDF2Algorithms_osa_1.PBKDF2Algorithms, ]; /* END_OF_SYMBOL_DEFINITION KeyDerivationAlgorithms */ /* eslint-enable */ //# sourceMappingURL=KeyDerivationAlgorithms.osa.js.map