Satochip Java SDK for Android and Desktop
February 21, 2022 ยท View on GitHub
This SDK simplifies integration with the Satochip and Satodime 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 Satochip.
Build and usage
You can build the jar file with ./gradlew clean build
You can import the different libraries in your Gradle project by placing the .jar library in a folder (e.g. 'libs') and by adding the following line in the dependencies section of your build.gradle file:
api files('libs/satochip-lib-0.0.3.jar')
In the future, the library will also be available on Maven central repository.
License and attribution
This project is based on the status-keycard-java library released under the Apache-2.0 License.