-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using master branch for jcardSim #58
Comments
"Add support for smartcard/vpcd integration" which allows the applet to be run in java simulator and use a socket interface to pcsc. https://frankmorgner.github.io/vsmartcard/virtualsmartcard/README.html An example of its use: https://github.com/OpenSC/OpenSC/blob/master/.github/test-piv.sh I don't know why it needs the extra byte I was involved in getting test-piv.sh to work under github actions recently. Hopefully this is not causing a problem. |
I do see this exception when i use jcardsim-3.0.5-SNAPSHOT.jar instead of jcardsim-3.0.5.12-SNAPSHOT.jar from arekinath branch of JcardSim. Method: processGeneralAuthRsa Exception: |
Hi, Would you be able to help? |
Sorry, no. But I am the main developer for the OpenSC PIV driver, if you have questions. |
Hi,
I see to use PivApplet, we need to use your fork of jcardSim. Few key changes i see in your fork for jcard sim are: arekinath/jcardsim@5574374
a) Could you please help me understand why this change was made?
b) And why not merge this change in the master branch of jcardSim as well?
Really appreciate your time and efforts here.
Cheers!
The text was updated successfully, but these errors were encountered: