Calypso Legacy SAM API (external)

As part of the Card Layer, the Calypso Crypto Legacy SAM API provides high-level functionality for selecting and performing transactions with Calypso Legacy SAMs and can also be coupled with the Calypso Card API to handle the cryptographic calculations required for Calypso card transactions secured by symmetric keys.


Java implementation

All deliverables are available directly from the Maven Central Repository or by using one of the project resource managers below:

implementation("org.eclipse.keypop:keypop-calypso-crypto-legacysam-java-api:0.6.0")
implementation 'org.eclipse.keypop:keypop-calypso-crypto-legacysam-java-api:0.6.0'
<dependency>
    <groupId>org.eclipse.keypop</groupId>
    <artifactId>keypop-calypso-crypto-legacysam-java-api</artifactId>
    <version>0.6.0</version>
</dependency>

C++ implementation

Previous
Next