UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

15 lines 685 B
// SPDX-FileCopyrightText: 2025 Contributors to the CitrineOS Project // // SPDX-License-Identifier: Apache-2.0 export { Certificate } from './Certificate.js'; export { InstalledCertificate } from './InstalledCertificate.js'; export var SignatureAlgorithmEnumType; (function (SignatureAlgorithmEnumType) { SignatureAlgorithmEnumType["RSA"] = "SHA256withRSA"; SignatureAlgorithmEnumType["ECDSA"] = "SHA256withECDSA"; })(SignatureAlgorithmEnumType || (SignatureAlgorithmEnumType = {})); export var CountryNameEnumType; (function (CountryNameEnumType) { CountryNameEnumType["US"] = "US"; })(CountryNameEnumType || (CountryNameEnumType = {})); //# sourceMappingURL=index.js.map