Keyple Card Calypso Library


The Keyple Card Calypso Library is an add-on to manage Calypso® cards.

Therefore, it should be used only by application developers.

For card transactions that need to be secured by cryptographic calculations using symmetrical keys (SAM or HSM) or asymmetrical keys (PKI), it is mandatory to use one of the dedicated crypto libraries (Open SAM, Legacy SAM, PKI). At present, only the Calypso Crypto Legacy SAM library is available.

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-card-calypso-java-lib:3.1.1")
implementation 'org.eclipse.keyple:keyple-card-calypso-java-lib:3.1.1'
<dependency>
  <groupId>org.eclipse.keyple</groupId>
  <artifactId>keyple-card-calypso-java-lib</artifactId>
  <version>3.1.1</version>
</dependency>
Next