@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
22 lines • 475 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PBES2_Encs = void 0;
/* START_OF_SYMBOL_DEFINITION PBES2_Encs */
/**
* @summary PBES2_Encs
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* PBES2-Encs ALGORITHM-IDENTIFIER ::= { ... }
* ```
*
* @constant
* @type {ALGORITHM_IDENTIFIER[]}
*
*/
exports.PBES2_Encs = [];
/* END_OF_SYMBOL_DEFINITION PBES2_Encs */
/* eslint-enable */
//# sourceMappingURL=PBES2-Encs.osa.js.map