Skip navigation links

cardreader.provider.api 1.2.0 API

Table of Contents
    Introduction

    Introduction
    The CardReaderProvider API define the general communication interface between application and HealthCardReader to abstract the specific implementation for each hardware card reader.

See: Description

Table of Contents

Introduction

The CardReaderProvider API define the general communication interface between application and HealthCardReader to abstract the specific implementation for each hardware card reader. This part describes the usage of low level CardReaderProvider API in order to use CardReader in your application.

crpapi layer
Figure 1: CardReaderProvider API Layer

The CardReaderProvider for each specific hardware are implemented as Java Service Provider and would load dynamically by ServiceLoader implemented in CardReaderAccess.