CovidCertificate SDK for Kotlin | Read-only mirror of https://github.com/admin-ch/CovidCertificate-SDK-Kotlin — Bundesamt für Informatik und Telekommunikation. Issues & pull requests at the source.
  • Kotlin 97.6%
  • Java 2.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
benz-ubique 193180d9b6
Merge pull request #87 from admin-ch/feature/revocation-db
add getPrepopulatedSinceHeader to store
2022-09-13 16:45:17 +02:00
.github/workflows Update Github Workflow dependencies 2021-12-20 11:18:50 +01:00
gradle/wrapper Dependency Updates 2022-01-24 16:14:51 +01:00
src remove test, the banner is not existing anymore 2022-09-13 16:16:11 +02:00
.gitignore update national rules 2021-08-25 20:37:00 +02:00
.gitmodules Migrate core SDK to new repo 2021-07-01 11:14:42 +02:00
build.gradle Add gradle task that downloads the latest national rules before running unit tests 2022-01-25 10:00:30 +01:00
gradle.properties version 2022-09-13 16:40:07 +02:00
gradlew Initial Gradle project setup 2021-07-01 11:00:06 +02:00
gradlew.bat Initial Gradle project setup 2021-07-01 11:00:06 +02:00
LICENSE Initial commit 2021-07-01 10:51:29 +02:00
README.md Update readme with maven central reference 2021-07-22 09:53:25 +02:00
settings.gradle Initial Gradle project setup 2021-07-01 11:00:06 +02:00

CovidCertificate-SDK-Kotlin

License: MPL 2.0 Build Maven Central

This is the implementation of the Electronic Health Certificates (EHN) specification used to decode and verify the validity of COVID Certificates in Switzerland.

It is partially based on these two implementations.

How To Use

This repository is used internally in the CovidCertificate-SDK-Android as well as the backend services that provide the functionality for the Swiss CovidCertificate apps. For usage in Android apps, please refer to the above mentioned SDK for Android.

For a change log, check out the releases page.

The latest release is available on Maven Central.

implementation 'ch.admin.bag.covidcertificate:sdk-core:1.1.2'

Repositories

License

This project is licensed under the terms of the MPL 2 license. See the LICENSE file for details.