Page 1 of 1

Problems of JMRTD client application

Posted: Tue Aug 25, 2015 7:59 am
by UNKNwYSHSA
I download JMRTD client source code from the website jmrtd.org, using eclipse to build this passport client application and found the following problems, who can help solve it.
1 In org.jmrtd.Util, the parameter "point" as type "org.bouncycastle.math.ec.ECPoint" did not has method normalize(), isValid(), getAffineXCoord() and getAffineYCoord(), I saw the definition of class org.bouncycastle.math.ec.ECPoint, these methods is not exists indeed;
2 In org.jmrtd.lds.PACEInfo, i can't import org.bouncycastle.crypto.agreement.DHStandardGroups, I did not find it indeed;
3 In org.jmrtd.lds.SODFile, i can't find the constructor of X509CertificateObject class with parameter type as org.bouncycastle.asn1.x509.Certificate;
I continue studing the code while waiting for your help.

Re: Problems of JMRTD client application

Posted: Tue Aug 25, 2015 11:39 pm
by UNKNwYSHSA
I update the math lib to latest:
bcprov-ext-jdk15on-152.jar
bcprov-jdk15on-152.jar
from http://www.bouncycastle.org/latest_releases.html
Now there is no problem in JMRTD library.

But i found this project is not the client application, it is only one lib project. The client application is in the "abandoned" directory, named "passportapplication", now, i can't find its dependence project "passporthostapi", only one project "passporthostapi-test" there.

The code is reconstructing now?

Re: Problems of JMRTD client application

Posted: Sun Jan 27, 2019 6:24 pm
by owlstead
I'm not sure this forum is the best place to ask about JMRTD issues. I don't think anybody of the project is actively monitoring this thread.

I might be wrong though :) But I'd try and contact that team directly if you need an application. Say hi from me if you do :)

Re: Problems of JMRTD client application

Posted: Sun Feb 03, 2019 8:46 am
by Jayden
Maybe a little hint, since the last update. Recently JMRTD has been upgraded. I am not sure this is useful.


https://sourceforge.net/projects/jmrtd/files/

https://repo1.maven.org/maven2/org/jmrtd/jmrtd/0.5.13/