digital-covid-certificate-lib
Version:
A library to parse and verify Digital Covid Certificates (DCC)
39 lines • 2.02 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
// Crypto
__exportStar(require("./crypto/key-store/IKeyStore"), exports);
__exportStar(require("./crypto/key-store/ChKeyStore"), exports);
__exportStar(require("./crypto/Jwt"), exports);
__exportStar(require("./crypto/Verifier"), exports);
__exportStar(require("./decoder/Base45Decoder"), exports);
__exportStar(require("./decoder/CborDecoder"), exports);
__exportStar(require("./decoder/CoseDecoder"), exports);
__exportStar(require("./decoder/ZlibDecoder"), exports);
// Model
__exportStar(require("./errors/UnsupportedCertificateError"), exports);
// Model
__exportStar(require("./model/DccBase45"), exports);
__exportStar(require("./model/DccCose"), exports);
__exportStar(require("./model/DccZlibCompressed"), exports);
__exportStar(require("./model/DccCbor"), exports);
// Model Eudcc hcert
__exportStar(require("./model/eudcc-hcert/EudccFields"), exports);
__exportStar(require("./model/eudcc-hcert/EudccHcert"), exports);
__exportStar(require("./model/eudcc-hcert/EudccHcertFactory"), exports);
__exportStar(require("./model/eudcc-hcert/RecoveryCertificate"), exports);
__exportStar(require("./model/eudcc-hcert/TestCertifiacte"), exports);
__exportStar(require("./model/eudcc-hcert/VaccinationCertifiacte"), exports);
// CH Root certificate and Keys
__exportStar(require("./data/ch-keys/ch-root-certificate"), exports);
__exportStar(require("./data/ch-keys/updatelistJwt"), exports);
//# sourceMappingURL=index.js.map