pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
16 lines • 353 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.id_alg_CMS3DESwrap = void 0;
const asn1_ts_1 = require("asn1-ts");
exports.id_alg_CMS3DESwrap = new asn1_ts_1.ObjectIdentifier([
1,
2,
840,
113549,
1,
9,
16,
3,
6,
]);
//# sourceMappingURL=id-alg-CMS3DESwrap.va.js.map