uonet-request-signer/android
Mikołaj Pich 8b5098d87a
Add README
2019-10-22 20:45:28 +02:00
..
app Fix wrong method used to convert mili- to microseconds 2019-10-22 20:30:33 +02:00
gradle/wrapper Add android implementation 2019-10-21 22:44:22 +02:00
lib Add sample app 2019-10-21 23:30:20 +02:00
.gitignore Add android implementation 2019-10-21 22:44:22 +02:00
build.gradle Add android implementation 2019-10-21 22:44:22 +02:00
gradle.properties Add android implementation 2019-10-21 22:44:22 +02:00
gradlew Add android implementation 2019-10-21 22:44:22 +02:00
gradlew.bat Add android implementation 2019-10-21 22:44:22 +02:00
README.md Add README 2019-10-22 20:45:28 +02:00
settings.gradle Add android implementation 2019-10-21 22:44:22 +02:00

Uonet+ request signer for android

Instalation

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
    implementation 'com.github.wulkanowy:uonet-request-signer:android:master-SNAPSHOT'
}

Usage

import io.github.wulkanowy.signer.android.signContent

val signed = signContent(password, certificate, content)

Tests

$ ./gradlew test