We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
AWSKeyManager
AndroidKeyManager
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.
The text was updated successfully, but these errors were encountered:
Packaging, testing, bringing it together: #287
Sorry, something went wrong.
mistermoe
nitro-neal
jiyoonie9
No branches or pull requests
Similar to
AWSKeyManager
there is anAndroidKeyManager
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.ktIt 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.
The text was updated successfully, but these errors were encountered: