UNPKG

pkcs-ts

Version:

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

20 lines 859 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SupportingAlgorithms_Union1_Intersection0_Element = exports.desCBC = void 0; const tslib_1 = require("tslib"); const $ = tslib_1.__importStar(require("asn1-ts/dist/node/functional")); const desCBC_va_1 = require("../PKCS5v2-1/desCBC.va"); var desCBC_va_2 = require("../PKCS5v2-1/desCBC.va"); Object.defineProperty(exports, "desCBC", { enumerable: true, get: function () { return desCBC_va_2.desCBC; } }); exports.SupportingAlgorithms_Union1_Intersection0_Element = { class: "TYPE-IDENTIFIER", decoderFor: { "&Type": $._decodeOctetString, }, encoderFor: { "&Type": $._encodeOctetString, }, "&id": desCBC_va_1.desCBC, "&Type": 0, }; //# sourceMappingURL=SupportingAlgorithms-Union1-Intersection0-Element.oa.js.map