UNPKG

@wildboar/pkcs

Version:
24 lines 687 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MACAlgorithms_Union0_Intersection0_Element = void 0; const $ = require("asn1-ts/dist/node/functional"); const hMAC_SHA1_va_1 = require("../CryptographicMessageSyntax/hMAC-SHA1.va"); /** * ### ASN.1 Definition * * ```asn1 * {NULL IDENTIFIED BY hMAC-SHA1} * ``` */ exports.MACAlgorithms_Union0_Intersection0_Element = { class: "ALGORITHM-IDENTIFIER", decoderFor: { "&Type": $._decodeNull, }, encoderFor: { "&Type": $._encodeNull, }, "&id": hMAC_SHA1_va_1.hMAC_SHA1, "&Type": 0, }; //# sourceMappingURL=MACAlgorithms-Union0-Intersection0-Element.oa.js.map