Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.54 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.54 KB

Build Status Coverage Status Maven Central License: MIT

Smart-ID Java client

Introduction

The Smart-ID Java client can be used for easy integration of the Smart-ID solution to information systems or e-services.

Features

  • Simple interface for user authentication
  • Simple interface for digital signature services

Requirements

  • Java 1.7
  • Internet access to Smart-ID server environment

How to use it

Take a look at the examples

Getting the library

Maven

You can use the library as a Maven dependency from the Maven Central.

<dependency>
    <groupId>ee.sk.smartid</groupId>
    <artifactId>smart-id-java-client</artifactId>
    <version>INSERT_VERSION_HERE</version>
</dependency>

Gradle

implementation 'ee.sk.smartid:smart-id-java-client:INSERT_VERSION_HERE'

Changes