Skip to content

OpenJavaCard/openjavacard-smartcardio

Repository files navigation

OpenJavaCard SmartcardIO

This is an implementation of the javax.smartcardio API. It can be used on platforms such as Android that do not provide this framework.

The project contains both an independent framework implementation and interfaces for Android smartcard access methods.

We implemented this because we need it for our Android applications.

Build Status

Features

  • Android support
    • Access NFC cards and tokens
    • Access SIM cards and other SE via OMAPI
    • Demo app
  • Framework
    • Not fully completed

Status

  • Not completed
  • Goals
    • Support NFC first and well
    • Support OMAPI well
    • Want to support USB
    • Want to support Bluetooth/BLE

Acknowledgements

We are not the first ones to think of doing something like this.

Legal

Vast majority of the code has been developed for this project:

openjavacard-smartcardio: OpenJavaCard SmartcardIO
Copyright (C) 2018-2019 Ingo Albrecht, [email protected]

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3.0 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA