Keyple Plugin Android OMAPI Library


The Keyple Plugin Android OMAPI Library is an add-on to manage Android OMAPI readers.

Therefore, it should be used only by application developers.

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.


Java component

Documentation

Download

All deliverables are available directly from the Maven Central Repository or by using one of the project resource managers below:

implementation("org.eclipse.keyple:keyple-plugin-android-omapi-java-lib:2.1.0")
implementation 'org.eclipse.keyple:keyple-plugin-android-omapi-java-lib:2.1.0'
<dependency>
  <groupId>org.eclipse.keyple</groupId>
  <artifactId>keyple-plugin-android-omapi-java-lib</artifactId>
  <version>2.1.0</version>
</dependency>
Previous
Next