decentralized-identity/web5-kt

Migrate AndroidKeyManager to web5-kt

Opened this issue · 1 comments

Similar to AWSKeyManager there is an AndroidKeyManager implementation currently in the android example: https://github.com/TBD54566975/tbdex-android-example/blob/main/app/src/main/kotlin/AndroidKeyManager.kt and a test for it here: https://github.com/TBD54566975/tbdex-android-example/blob/main/app/src/androidTest/kotlin/AndoidKeyManagerTest.kt

It may make sense to move this into web5-kt similar how AWSKeyManager is in there.

Some considerations:

cc @ALRubinger for thoughts on packaging and testing.

Packaging, testing, bringing it together: #287