Java/C++ secure communication

Hi,

I'm working on a small project where client (C++) and server (Java) must communicate in a secure way. I'm not a specialist on JSSE but as far as I could find on tutorials and books, I have to create keys and certificates using the keytool shipped with JSDK. My doubt is how the C++ side will understand those keys and certificates if they are generated specifically for Java, I mean they are in a Java-aware format. Do I have to convert the keystore files to some other more generic and usual format? What would be this format?

It would be great if you could point out a resource where I could learn more how to integrate Java and C++ in a secure fashion.

Thank you very much

Best Regards

Cleverson Schmidt

[749 byte] By [crsschmia] at [2007-10-1 20:29:52]
# 1
Keys and certificates are not defined by Java but by standards bodies. Your concern is unfounded. JSSE interoperates very well with OpenSSL.
ejpa at 2007-7-13 2:29:23 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...
# 2
hi, how JSSE operates with OpenSSL.Can you give me more information regarding this.Thanks,
hard_timea at 2007-7-13 2:29:23 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...