Skip to content

credentials/irma_mno_common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IRMA MNO common

This library contains the java classes used in the communication protocol between the card emulator application and the MNO server.

Prerequisites

This library has the following dependencies. All these dependencies will be automatically downloaded by gradle when building or installing the library (except for cert-cvc, which is included).

Internal dependencies:

External dependencies:

  • JMRTD, for communicating with passports (Machine Readable Travel Documents)
  • cert-cvc

Building using Gradle (recommended)

When you are using the Gradle build system, just run

gradle install

to install the library to your local repository. Alternatively, you can run

gradle build

to just build the library.

Eclipse development files

You can run

gradle eclipse

to create the required files for importing the project into Eclipse.