UNPKG

pkcs-ts

Version:

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

9 lines 611 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pbeWithSHAAnd128BitRC4 = exports.pkcs_12PbeIds = void 0; const asn1_ts_1 = require("asn1-ts"); const pkcs_12PbeIds_va_1 = require("../PKCS-12/pkcs-12PbeIds.va"); var pkcs_12PbeIds_va_2 = require("../PKCS-12/pkcs-12PbeIds.va"); Object.defineProperty(exports, "pkcs_12PbeIds", { enumerable: true, get: function () { return pkcs_12PbeIds_va_2.pkcs_12PbeIds; } }); exports.pbeWithSHAAnd128BitRC4 = new asn1_ts_1.ObjectIdentifier([1], pkcs_12PbeIds_va_1.pkcs_12PbeIds); //# sourceMappingURL=pbeWithSHAAnd128BitRC4.va.js.map