Signing on Java and verifying the signature on Windows and viceversa

S

san_james

Hi,



I'm trying to use CryptoAPI on the Windows side to sign a message, this
signature i save on a file. Then with JAVA i open up the signature file
and try to verify it. I am using certificates .pfx which contains the
private key for signing and .cer which contains only the public key to
verify it.



Up to now i'm unable to do that even do i follow the MSDN help.



Can you please help me with some sample code to see how i can do
this work?



Maybe the format of the signature are not compatible from Windows to
JAVA.



Thanks in advance,



Santiago
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top