@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
28 lines • 792 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MACAlgorithms = void 0;
const MACAlgorithms_Union0_Intersection0_Element_oa_1 = require("../PKCS-15/MACAlgorithms-Union0-Intersection0-Element.oa");
/* START_OF_SYMBOL_DEFINITION MACAlgorithms */
/**
* @summary MACAlgorithms
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* MACAlgorithms ALGORITHM-IDENTIFIER ::= {
* {NULL IDENTIFIED BY hMAC-SHA1},
* ... -- For future extensions
* }
* ```
*
* @constant
* @type {ALGORITHM_IDENTIFIER[]}
*
*/
exports.MACAlgorithms = [
MACAlgorithms_Union0_Intersection0_Element_oa_1.MACAlgorithms_Union0_Intersection0_Element,
];
/* END_OF_SYMBOL_DEFINITION MACAlgorithms */
/* eslint-enable */
//# sourceMappingURL=MACAlgorithms.osa.js.map