Keyple Plugin OMAPI

Version 1.0 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.
1.0.0       Keyple project       Download       GitHub       Changelogs

Overview

The Keyple Plugin OMAPI Java component is a Keyple plugin for Android devices using OMAPI technology.

It is compatible with Android 4.4 minimum.

OMAPI (Open Mobile Application Programming Interface) is the mechanism which enables an authorized mobile app to communicate with applets within a SE in a device. This allows the app to benefit from enhanced SE-based security services.

Documentation

Download

All deliverables are available on the Maven Central Repository.

implementation 'org.eclipse.keyple:keyple-android-plugin-omapi:1.0.0'
<dependency>
  <groupId>org.eclipse.keyple</groupId>
  <artifactId>keyple-android-plugin-omapi</artifactId>
  <version>1.0.0</version>
</dependency>
Previous
Next