Integration of GP in a tool to calculate derived keys and install cap file #398
Unanswered
Etantonio2016
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'd like to create a Java tool that communicates with the smart card reader and using GlobalPlatformPro sends something similar to gp -v -i -d the scope is to obtain the following highlighted fields , I need them to determine the keys derived from the master key
Later I would want also to install my applet on the smart card using SCP03 Mutual Autentication
What should I do to achieve this?
I think 2 solutions are available:
Call gp.exe from java like a command line application , parse the results and call again gp.exe to install the cap file
Do something similar to what is present in GPTool.java so make it all in java without call gp.exe as external application
Can you suggest me the recommended approach?
Thanks,
Antonio
Beta Was this translation helpful? Give feedback.
All reactions