An open API service indexing awesome lists of open source software.

https://github.com/eclipse-keypop/keypop-calypso-crypto-asymmetric-java-api

Eclipse Keypop project repository containing a Java implementation of the 'Calypso Asymmetric Crypto API' standardized by the Calypso Networks association for ticketing terminal processing smart card
https://github.com/eclipse-keypop/keypop-calypso-crypto-asymmetric-java-api

api component java keypop

Last synced: 10 months ago
JSON representation

Eclipse Keypop project repository containing a Java implementation of the 'Calypso Asymmetric Crypto API' standardized by the Calypso Networks association for ticketing terminal processing smart card

Awesome Lists containing this project

README

          

# Keypop Calypso Crypto Asymmetric Java API

## Overview

This repository contains a Java implementation aligned with the **Terminal Calypso Crypto Asymmetric** specifications
proposed by the [Calypso Networks Association](https://www.calypsonet.org). It defines the generic interfaces required
to implement a card transaction secured by an asymmetrical key cryptography module (e.g. PKI).

## Documentation & Contribution Guide

The full documentation, including the **user guide**, **download information** and **contribution guide**, is available
on the Keypop website [keypop.org](https://keypop.org/).

## API documentation

API Javadoc is available [here](https://docs.keypop.org/keypop-calypso-crypto-asymmetric-java-api).

API documentation and class diagram is available
[here](https://calypso-crypto-asymmetric-uml.terminal-api.calypsonet.org/).

## About the source code

The code is built with **Gradle** and is compliant with **Java 1.8** in order to address a wide range of applications.

## Continuous Integration

This project uses **GitHub Actions** for continuous integration. Every push and pull request triggers automated builds
and checks to ensure code quality and maintain compatibility with the defined specifications.