UNPKG

pkcs-ts

Version:

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

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