UNPKG

@wildboar/pkcs

Version:
28 lines 821 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DigestAlgorithms = void 0; const DigestAlgorithms_Union0_Intersection0_Element_oa_1 = require("../PKCS-15/DigestAlgorithms-Union0-Intersection0-Element.oa"); /* START_OF_SYMBOL_DEFINITION DigestAlgorithms */ /** * @summary DigestAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * DigestAlgorithms ALGORITHM-IDENTIFIER ::= { * {NULL IDENTIFIED BY sha-1}, * ... -- For future extensions * } * ``` * * @constant * @type {ALGORITHM_IDENTIFIER[]} * */ exports.DigestAlgorithms = [ DigestAlgorithms_Union0_Intersection0_Element_oa_1.DigestAlgorithms_Union0_Intersection0_Element, ]; /* END_OF_SYMBOL_DEFINITION DigestAlgorithms */ /* eslint-enable */ //# sourceMappingURL=DigestAlgorithms.osa.js.map