Keyple Plugin Card Resource Library


The Keyple Plugin Card Resource Library is a PoolPlugin to manage readers provided by the Card Resource Service.

Therefore, it should be used only by application developers.

The main role of the plugin is to allow remote access to the Card Resource Service via the Keyple Distributed Solution components. It provides an interface for allocating and deallocating readers by profiles that are part of those configured at the Card Resource Service level.

A typical use would be for the realization of a server providing cryptographic services through a pool of SAMs, each inserted in a dedicated PC/SC reader.


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-cardresource-java-lib:2.0.1")
implementation 'org.eclipse.keyple:keyple-plugin-cardresource-java-lib:2.0.1'
<dependency>
  <groupId>org.eclipse.keyple</groupId>
  <artifactId>keyple-plugin-cardresource-java-lib</artifactId>
  <version>2.0.1</version>
</dependency>
Previous
Next