OK after my article about ISO 8583 let’s go deeper into programming using Java + JPOS library.
Quote from JPOS website:
jPOS is a Java® platform-based, mission-critical, ISO-8583 based financial transaction library/framework that can be customized and extended in order to implement financial interchanges.
So first thing to do is download JPOS from it website.
Then we setup our development environment by creating Java Project using your favorites IDE. Add to the project all jar in JPOS library.
Here’s my Eclipse package explorer looks like.
package explorer
I am new to cryptography, could you please provide me a sample for DUPKT algorithm in java
LikeLike
https://www.google.com.pk/search?hl=en&client=firefox-a&hs=TMe&rls=org.mozilla:en-US:official&sa=X&ei=IQDHT-YJharRBbCK-f0O&ved=0CAcQvwUoAQ&q=DUKPT+algorithm+in+java&spell=1&biw=1366&bih=516
http://jpos.1045706.n5.nabble.com/help-can-you-provide-sample-code-for-DUKPT-td2244924.html
i hope these links help you and if i am not wrong its DUKPT not DUPKT
LikeLike
J POS seams to be quite powerful library. I wonder if EMV standard and EMV field are already supported or you need to develop EMV additionally? Also, is there similar library for ACI SPDH protocol?
LikeLike
hmmm JPOS is quite powerful
anyway for SPDH i hope you got something there http://stackoverflow.com/questions/601746/an-analyzer-for-spdh-frame
LikeLike
I am new to JPOS, could you please provide me a sample for connecting JPOS to device like HSM in java
LikeLike
sorry dear for late reply ….. anyway i didn’t try JPOS with HSM … PLZ Do GOOGLE FOR THAT ….. 🙂
LikeLike
You have to create your own implementation for HSM
LikeLike
its depend on the work wht you are Doing …
if i use Standard then its better to use JPOS instead of creating ur own standard….
LikeLike
org.apache.crimson.parser.XMLReaderImpl in loader dalvik.system.PathClassLoader exception when using JPOS in android. Already tried setting system property to sax driver but not working.
LikeLike
I have tried this application in Android but i got error.
Error is:
org.jpos.iso.ISOException: java.lang.ClassNotFoundException: org.apache.crimson.parser.XMLReaderImpl in loader dalvik.system.PathClassLoader[/data/app/com.sample.androidisomessage-1.apk] (java.lang.ClassNotFoundException: org.apache.crimson.parser.XMLReaderImpl in loader dalvik.system.PathClassLoader[/data/app/com.sample.androidisomessage-1.apk])
Please anybody help me.
Pls
LikeLike
wht you want to do in android ……
LikeLike
I want to do mobile banking.
These are function need to do
Log – Authentication
Balance inquiry.
When I try this code in android , trouble in read xml(build.xml) file. I got error this line
// Create Packager based on XML that contain DE type
GenericPackager packager = new GenericPackager(“basic.xml”);
Please help me.
LikeLike
plz debug your code again , i didn’t know why this happens
LikeLike
Working in android industry I realized Mobile banking (on-us and off-us transactions ) is a complete failure.Track-ID and KSN numbers based on UID and biometrics can never happen in real time scenario.
LikeLike
dear i use that with that from implementation and i use that with spring framework in J2EE http://www.fundamo.com/index.shtml
i hope for mobile development iso 8583 implementation may me different.
LikeLike
I tried to do the same and got the error… So ended up making my own class. Its working fine. Google some more and you will find the ways to make your own class to make ISO message
LikeLike
Hi, Neat post. There is an issue together with your web site in web explorer, would test this? IE still is the marketplace chief and a good element of people will pass over your excellent writing because of this problem.
LikeLike
A very useful article…Thanks a lot using your tutorial I successfully compiled building ISO message for my android application …
LikeLike
I have problem with convert from ASCII to BCD. I use repackage method IFA_LLLCHAR to IFB_LLLHCHAR but it didnt works like I expected. The description value didnt get correct hex result. Do you have any way to convert something like I wanna do?
Thanks in advance
LikeLike
Here is the helping links
http://www.experts-exchange.com/Programming/Languages/Java/Q_24798633.html
https://github.com/jpos/jPOS/blob/master/jpos/src/main/java/org/jpos/iso/ISOUtil.java
https://groups.google.com/forum/#!topic/comp.lang.java.programmer/fuKUJOFIEFQ
LikeLike