how can I verify a sign that is created by card in the host side?
Hi everyone,
I have a jcop30 smart card ,and I wrote an oncard applet and installed it on the card,I created a pair of RSAkey(publickey ,privatekey) in the card .I passed a data to the card for signing ,I can do it and I can verify it successfuly .
but when I want to verify the sign on host side ,it is not verified.(as I said before I created the sign by card)
for verify signing in host side I got the public key from the card whit
getexponent and getmodulus command ,but it is not verified.
I'll appreciate for any help.
sincerely yours,
Orchid

