b08b1dc7cec795cb7a78ef196d1bbb4670dd663c
* unifying Android and Desktop SDK * implement desktop SDK adapter * updating declarations * change include syntax * following jitpack.io guide for Android libraries * add install task to all artefacts, add javadoc generation * fixing javadoc * use explicit provider "SC" instead of relying on order * move to BouncyCastle for desktop compatibility * improve documentation
Keycard Java SDK for Android and Desktop
This SDK simplifies integration with the Status Keycard in Android and Desktop applications. In this SDK you find both the classes needed for generic communication with SmartCards as well as classes specifically addressing the Keycard.
To get started, check the file demo-android/src/main/java/im/status/keycard/app/MainActivity.java which a simple
demo application showing how the SDK works and what you can do with it.
Usage
You can import the SDK in your Gradle or Maven project using Jitpack.io.
On Android
dependencies {
implementation 'com.github.status-im.status-keycard-java:android:2.0rc1'
}
on the desktop
dependencies {
implementation 'com.github.status-im.status-keycard-java:desktop:2.0rc1'
}
Languages
Java
100%