eSIM LPA (Local Profile Assistant) implementation for Android. System privilege or ARA-M allowlisting required.
Go to file
Peter Cai cbe3fd1458 Fix matchingId encoding when authenticating server to eUICC
Because the library uses hex-encoded string internally for all APDU
commands, the matchingId itself also needs to be encoded. This is done
by `setMatchingId` and we should also use that when generating
CtxParams1 ourselves.
2022-05-19 22:30:58 -04:00
.idea rename hidden-dpis to hidden-apis-stub 2022-05-11 17:36:29 -04:00
app Send full IMEI in ctxParams1 for AuthenticateServer APDU request 2022-05-18 21:57:56 -04:00
gradle/wrapper chore: bump Android gradle plugin version 2022-05-12 21:05:55 -04:00
libs Fix matchingId encoding when authenticating server to eUICC 2022-05-19 22:30:58 -04:00
.gitignore import LPA library implementation from TruPhone 2022-04-29 18:05:10 -04:00
build.gradle chore: bump Android gradle plugin version 2022-05-12 21:05:55 -04:00
COPYING relicense under GPLv2 *only* 2022-05-02 14:25:43 -04:00
gradle.properties initial commit 2022-04-29 17:09:34 -04:00
gradlew initial commit 2022-04-29 17:09:34 -04:00
gradlew.bat initial commit 2022-04-29 17:09:34 -04:00
LICENSE relicense under GPLv2 *only* 2022-05-02 14:25:43 -04:00
settings.gradle rename hidden-dpis to hidden-apis-stub 2022-05-11 17:36:29 -04:00