admin-ch / CovidCertificate-SDK-Kotlin

CovidCertificate SDK for Kotlin
Mozilla Public License 2.0
4 stars 4 forks source link

how/where/to get the trust list #55

Closed EvergreenHZ closed 2 years ago

EvergreenHZ commented 2 years ago

Hi, I'd like to know how/where to get the trust list. thx.

goebelUB commented 2 years ago

This is done up in the Android SDK: https://github.com/admin-ch/CovidCertificate-SDK-Android/blob/main/sdk/src/main/java/ch/admin/bag/covidcertificate/sdk/android/repository/TrustListRepository.kt

EvergreenHZ commented 2 years ago

thanks very much. I spend some time to figure out android and java project.