pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
20 lines • 969 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PKCS1Algorithms_Union1_Intersection0_Element = exports.md2WithRSAEncryption = void 0;
const tslib_1 = require("tslib");
const $ = tslib_1.__importStar(require("asn1-ts/dist/node/functional"));
const md2WithRSAEncryption_va_1 = require("../PKCS-1/md2WithRSAEncryption.va");
var md2WithRSAEncryption_va_2 = require("../PKCS-1/md2WithRSAEncryption.va");
Object.defineProperty(exports, "md2WithRSAEncryption", { enumerable: true, get: function () { return md2WithRSAEncryption_va_2.md2WithRSAEncryption; } });
exports.PKCS1Algorithms_Union1_Intersection0_Element = {
class: "ALGORITHM-IDENTIFIER",
decoderFor: {
"&Type": $._decodeNull,
},
encoderFor: {
"&Type": $._encodeNull,
},
"&id": md2WithRSAEncryption_va_1.md2WithRSAEncryption,
"&Type": 0,
};
//# sourceMappingURL=PKCS1Algorithms-Union1-Intersection0-Element.oa.js.map