https://github.com/aol/obi_android_tokenization_library
https://github.com/aol/obi_android_tokenization_library
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aol/obi_android_tokenization_library
- Owner: aol
- Archived: true
- Created: 2017-03-10T16:44:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T19:46:03.000Z (over 5 years ago)
- Last Synced: 2024-04-23T02:23:36.341Z (about 2 years ago)
- Language: Java
- Size: 70.3 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ARCHIVED
Add CardEncryptionLib.jar file into libs folder of your Android project.
Right click --> Add as Library
Use the following code to encrypt and tokenize a credit card number and cvv.
String encryptedCardToken = EncryptCard.encryptCard(cardNumber, cardCvv, domain);
Parameter domain shows the environment of the library usage and can be "DEV" or "PROD" or "QA".
Any other value of domain will be considered as "QA".