UNPKG

pkcs-ts

Version:

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

9 lines 473 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.desCBC = exports.oiw = void 0; const asn1_ts_1 = require("asn1-ts"); const oiw_va_1 = require("../PKCS5v2-1/oiw.va"); var oiw_va_2 = require("../PKCS5v2-1/oiw.va"); Object.defineProperty(exports, "oiw", { enumerable: true, get: function () { return oiw_va_2.oiw; } }); exports.desCBC = new asn1_ts_1.ObjectIdentifier([3, 2, 7], oiw_va_1.oiw); //# sourceMappingURL=desCBC.va.js.map