All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by cards with all dependencies

Search JAR files by class name

cards-nfc-recognizer from group com.lyra (version 1.0.0)

Fork of a java library used to read and extract public data from NFC EMV credit cards. Original repo is https://github.com/devnied/EMV-NFC-Paycard-Enrollment

Group: com.lyra Artifact: cards-nfc-recognizer
Show documentation Show source 
 

0 downloads
Artifact cards-nfc-recognizer
Group com.lyra
Version 1.0.0
Last update 09. June 2021
Organization not specified
URL https://github.com/lyra/android-cards-nfc-recognizer
License The Apache License, Version 2.0
Dependencies amount 5
Dependencies bit-lib4j, commons-lang3, commons-collections4, commons-io, scuba-smartcards,
There are maybe transitive dependencies!

SwipeableCards from group com.github.kikoso (version 1.1-RELEASE)

A native library providing a Tinder-like cards effect. A card can be constructed using an image and displayed with animation effects, dismiss-to-like and dismiss-to-unlike, and use different sorting mechanisms

Group: com.github.kikoso Artifact: SwipeableCards
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact SwipeableCards
Group com.github.kikoso
Version 1.1-RELEASE
Last update 22. February 2015
Organization not specified
URL https://github.com/kikoso/Swipeable-Cards
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies lombok,
There are maybe transitive dependencies!

comm from group com.sun.comm (version 2.0.3)

The Java Communications API is a Java extension that facilitates developing platform-independent communications applications for technologies such as Smart Cards, embedded systems, and point-of-sale devices, financial services devices, fax, modems, display terminals, and robotic equipment.

Group: com.sun.comm Artifact: comm
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact comm
Group com.sun.comm
Version 2.0.3
Last update 07. October 2008
Organization not specified
URL http://java.sun.com/products/javacomm/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

comm from group javax.comm (version 3.0-u1)

The Java Communications 3.0 API is a Java extension that facilitates developing platform-independent communications applications for technologies such as Smart Cards, embedded systems, and point-of-sale devices, financial services devices, fax, modems, display terminals, and robotic equipment.

Group: javax.comm Artifact: comm
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact comm
Group javax.comm
Version 3.0-u1
Last update 28. February 2006
Organization not specified
URL http://java.sun.com/products/javacomm/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

safecharge-sdk-java from group com.safecharge (version 1.7.9)

SafeCharge’s REST API SDK for Java provides developer tools for accessing Safecharge's REST API. SafeCharge’s REST API is a simple, easy to use, secure and stateless API, which enables online merchants and service providers to process consumer payments through SafeCharge’s payment gateway. The API supports merchants of all levels of PCI certification, from their online and mobile merchant applications, and is compatible with a large variety of payment options, i.e. payment cards, alternative payment methods, etc.

Group: com.safecharge Artifact: safecharge-sdk-java
Show all versions Show documentation Show source 
 

6 downloads
Artifact safecharge-sdk-java
Group com.safecharge
Version 1.7.9
Last update 26. July 2024
Organization SafeCharge
URL https://github.com/SafeChargeInternational/safecharge-java
License MIT License
Dependencies amount 3
Dependencies gson, httpclient, validation-api,
There are maybe transitive dependencies!

cloudsdk-client from group com.ocrsdk.abbyy (version 1.0.0)

ABBYY Cloud OCR SDK allows to recognize printed text (OCR) and hand-printed text (ICR) on images, convert image-only documents to searchable PDF or editable Microsoft Office formats, extract data from receipts, business cards and IDs through the simple HTTP API. This Java library provides classes and methods to access ABBYY Cloud OCR SDK API endpoints.

Group: com.ocrsdk.abbyy Artifact: cloudsdk-client
Show all versions Show documentation Show source 
 

0 downloads
Artifact cloudsdk-client
Group com.ocrsdk.abbyy
Version 1.0.0
Last update 24. January 2020
Organization not specified
URL https://github.com/abbyy/cloudsdk-client-java
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies jackson-databind,
There are maybe transitive dependencies!

data-and-reporting-sdk from group io.sdks (version 1.0.0)

Data And Reporting product consists of API's which provides details of transaction and invoice informations about shell cards. The Shell Card Transaction and Invoice API is REST-based and employs Basic authentication in Version 1 and Oauth authentication in Version 2 end points. The API endpoints accept JSON-encoded request bodies, return JSON-encoded responses and use standard HTTP response codes. All resources are located in the Shell Card Platform. The Shell Card Platform is the overall platform that encompasses all the internal Shell systems used to manage resources.

Group: io.sdks Artifact: data-and-reporting-sdk
Show documentation Show source 
 

0 downloads
Artifact data-and-reporting-sdk
Group io.sdks
Version 1.0.0
Last update 28. May 2024
Organization not specified
URL https://www.shell.com/
License MIT License
Dependencies amount 3
Dependencies core-interfaces, core, okhttp-client-adapter,
There are maybe transitive dependencies!

ratchet-android from group com.virgilsecurity (version 0.1.4)

Virgil Security is presenting an implementation of the [Double Ratchet](https://signal.org/docs/specifications/doubleratchet/) algorithm, which is used by parties to exchange encrypted messages based on a shared secret key. The implementation includes: - **Virgil Perfect Forward Secrecy (PFS) service** – a standalone web-service that is dedicated to managing one-time keys and long-time keys that are based on their Identity Public Keys (public keys that are contained in user cards published on Virgil Cards service); - **Ratchet SDK** – interacts with PFS service for publishing and managing one-time keys and long-time keys and interacts with Virgil Cards service for retrieving user's indentity cards which the OTK and LTK are based on. The parties derive new keys for every Double Ratchet message so that previous private keys cannot be calculated from new ones. The parties that participate in the communication also send Diffie-Hellman public values attached to their messages. The results of Diffie-Hellman calculations are mixed into the derived keys so that the new private keys cannot be calculated from the previous ones.

Group: com.virgilsecurity Artifact: ratchet-android
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ratchet-android
Group com.virgilsecurity
Version 0.1.4
Last update 21. May 2020
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 4
Dependencies ratchet, sdk-android, crypto-android, ratchet-android,
There are maybe transitive dependencies!

ratchet from group com.virgilsecurity (version 0.1.4)

Virgil Security is presenting an implementation of the [Double Ratchet](https://signal.org/docs/specifications/doubleratchet/) algorithm, which is used by parties to exchange encrypted messages based on a shared secret key. The implementation includes: - **Virgil Perfect Forward Secrecy (PFS) service** – a standalone web-service that is dedicated to managing one-time keys and long-time keys that are based on their Identity Public Keys (public keys that are contained in user cards published on Virgil Cards service); - **Ratchet SDK** – interacts with PFS service for publishing and managing one-time keys and long-time keys and interacts with Virgil Cards service for retrieving user's indentity cards which the OTK and LTK are based on. The parties derive new keys for every Double Ratchet message so that previous private keys cannot be calculated from new ones. The parties that participate in the communication also send Diffie-Hellman public values attached to their messages. The results of Diffie-Hellman calculations are mixed into the derived keys so that the new private keys cannot be calculated from the previous ones.

Group: com.virgilsecurity Artifact: ratchet
Show all versions Show documentation Show source 
 

0 downloads
Artifact ratchet
Group com.virgilsecurity
Version 0.1.4
Last update 21. May 2020
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 3
Dependencies crypto, sdk, ratchet,
There are maybe transitive dependencies!



Page 17 from 17 (items total 169)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy