@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
28 lines • 811 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PBKDF2Algorithms = void 0;
const PBKDF2Algorithms_Union0_Intersection0_Element_oa_1 = require("../PKCS5v2-1/PBKDF2Algorithms-Union0-Intersection0-Element.oa");
/* START_OF_SYMBOL_DEFINITION PBKDF2Algorithms */
/**
* @summary PBKDF2Algorithms
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* PBKDF2Algorithms ALGORITHM-IDENTIFIER ::= {
* {PBKDF2-params IDENTIFIED BY id-PBKDF2},
* ...
* }
* ```
*
* @constant
* @type {ALGORITHM_IDENTIFIER[]}
*
*/
exports.PBKDF2Algorithms = [
PBKDF2Algorithms_Union0_Intersection0_Element_oa_1.PBKDF2Algorithms_Union0_Intersection0_Element,
];
/* END_OF_SYMBOL_DEFINITION PBKDF2Algorithms */
/* eslint-enable */
//# sourceMappingURL=PBKDF2Algorithms.osa.js.map