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