UNPKG

pkcs-ts

Version:

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

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