pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
9 lines • 563 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkcs_9_oc_pkcsEntity = exports.pkcs_9_oc = void 0;
const asn1_ts_1 = require("asn1-ts");
const pkcs_9_oc_va_1 = require("../PKCS-9/pkcs-9-oc.va");
var pkcs_9_oc_va_2 = require("../PKCS-9/pkcs-9-oc.va");
Object.defineProperty(exports, "pkcs_9_oc", { enumerable: true, get: function () { return pkcs_9_oc_va_2.pkcs_9_oc; } });
exports.pkcs_9_oc_pkcsEntity = new asn1_ts_1.ObjectIdentifier([1], pkcs_9_oc_va_1.pkcs_9_oc);
//# sourceMappingURL=pkcs-9-oc-pkcsEntity.va.js.map