UNPKG

3.15 kBJavaScriptView Raw
1"use strict";
2var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3 if (k2 === undefined) k2 = k;
4 var desc = Object.getOwnPropertyDescriptor(m, k);
5 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6 desc = { enumerable: true, get: function() { return m[k]; } };
7 }
8 Object.defineProperty(o, k2, desc);
9}) : (function(o, m, k, k2) {
10 if (k2 === undefined) k2 = k;
11 o[k2] = m[k];
12}));
13var __exportStar = (this && this.__exportStar) || function(m, exports) {
14 for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15};
16Object.defineProperty(exports, "__esModule", { value: true });
17exports.CertificateAuthority = void 0;
18// ---------------------------------------------------------------------------------------------------------------------
19// node-opcua-pki
20// ---------------------------------------------------------------------------------------------------------------------
21// Copyright (c) 2014-2022 - Etienne Rossignon - etienne.rossignon (at) gadz.org
22// Copyright (c) 2022-2023 - Sterfive.com
23// ---------------------------------------------------------------------------------------------------------------------
24//
25// This project is licensed under the terms of the MIT license.
26//
27// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
28// documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
29// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
30// permit persons to whom the Software is furnished to do so, subject to the following conditions:
31//
32// The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
33// Software.
34//
35// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
36// WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
37// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
38// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
39// ---------------------------------------------------------------------------------------------------------------------
40__exportStar(require("./toolbox/index"), exports);
41__exportStar(require("./toolbox/without_openssl/create_private_key"), exports);
42__exportStar(require("./pki/certificate_manager"), exports);
43__exportStar(require("./misc/subject"), exports);
44var certificate_authority_1 = require("./ca/certificate_authority");
45Object.defineProperty(exports, "CertificateAuthority", { enumerable: true, get: function () { return certificate_authority_1.CertificateAuthority; } });
46// export * from "./misc/install_prerequisite";
47// export * from "./toolbox/with_openssl/toolbox";
48//# sourceMappingURL=index.js.map
\No newline at end of file