Java SDK for the Status Keycard
Go to file
ligi ee41722527 Only ignore specific lint issue (#14)
while  f4dd1d1 fixes #13 it is very broadly deactivating lint trowing errors
This PR makes it just ignore the specific lint problem at hand
2019-03-27 18:38:39 +03:00
android closes #13 2019-03-27 13:08:02 +03:00
demo-android Only ignore specific lint issue (#14) 2019-03-27 18:38:39 +03:00
desktop correct value for Ledger 2019-03-20 13:24:22 +03:00
gradle/wrapper Extract library (#1) 2018-10-27 07:29:41 +02:00
lib make the iteration count for PBKDF2 configurable per-device 2019-03-20 13:18:24 +03:00
.gitignore filter idea folder 2018-11-27 14:35:44 +03:00
README.md 2.0.0 release 2018-12-14 13:49:59 +03:00
build.gradle closes #13 2019-03-27 13:08:02 +03:00
gradle.properties initial import 2018-10-23 13:34:17 +02:00
gradlew Extract library (#1) 2018-10-27 07:29:41 +02:00
gradlew.bat initial import 2018-10-23 13:34:17 +02:00
settings.gradle Unified sdk (#12) 2018-12-11 11:50:53 +03:00

README.md

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.0.0'
}

on the desktop

dependencies {
  implementation 'com.github.status-im.status-keycard-java:desktop:2.0.0'
}