UNPKG

pkcs-ts

Version:

PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More

20 lines 969 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PKCS1Algorithms_Union2_Intersection0_Element = exports.md5WithRSAEncryption = void 0; const tslib_1 = require("tslib"); const $ = tslib_1.__importStar(require("asn1-ts/dist/node/functional")); const md5WithRSAEncryption_va_1 = require("../PKCS-1/md5WithRSAEncryption.va"); var md5WithRSAEncryption_va_2 = require("../PKCS-1/md5WithRSAEncryption.va"); Object.defineProperty(exports, "md5WithRSAEncryption", { enumerable: true, get: function () { return md5WithRSAEncryption_va_2.md5WithRSAEncryption; } }); exports.PKCS1Algorithms_Union2_Intersection0_Element = { class: "ALGORITHM-IDENTIFIER", decoderFor: { "&Type": $._decodeNull, }, encoderFor: { "&Type": $._encodeNull, }, "&id": md5WithRSAEncryption_va_1.md5WithRSAEncryption, "&Type": 0, }; //# sourceMappingURL=PKCS1Algorithms-Union2-Intersection0-Element.oa.js.map