UNPKG

pkcs-ts

Version:

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

8 lines 436 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CRLTypes = exports.x509CRL = void 0; const x509CRL_oa_1 = require("../PKCS-12/x509CRL.oa"); var x509CRL_oa_2 = require("../PKCS-12/x509CRL.oa"); Object.defineProperty(exports, "x509CRL", { enumerable: true, get: function () { return x509CRL_oa_2.x509CRL; } }); exports.CRLTypes = [x509CRL_oa_1.x509CRL]; //# sourceMappingURL=CRLTypes.osa.js.map