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_Union4_Intersection0_Element = exports.sha224WithRSAEncryption = void 0; const tslib_1 = require("tslib"); const $ = tslib_1.__importStar(require("asn1-ts/dist/node/functional")); const sha224WithRSAEncryption_va_1 = require("../PKCS-1/sha224WithRSAEncryption.va"); var sha224WithRSAEncryption_va_2 = require("../PKCS-1/sha224WithRSAEncryption.va"); Object.defineProperty(exports, "sha224WithRSAEncryption", { enumerable: true, get: function () { return sha224WithRSAEncryption_va_2.sha224WithRSAEncryption; } }); exports.PKCS1Algorithms_Union4_Intersection0_Element = { class: "ALGORITHM-IDENTIFIER", decoderFor: { "&Type": $._decodeNull, }, encoderFor: { "&Type": $._encodeNull, }, "&id": sha224WithRSAEncryption_va_1.sha224WithRSAEncryption, "&Type": 0, }; //# sourceMappingURL=PKCS1Algorithms-Union4-Intersection0-Element.oa.js.map