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