Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Compatible java SSL server for windows using SSPI SChannnel client

843810Jul 25 2009 — edited Jul 27 2009
Hai,

I have windows C/C++ SSL client implemented using SSPI SChannel security package. This SSPI is token based API. I want to create a java SSL server which can communicate with the above windows client. Is it possible to create SSL server using GSS-API of java.

I tried to communicate JSSE SSL server with windows SSPI client. It failed as JSSE is socket based and SSPI is token based.

Thanks in Advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 24 2009
Added on Jul 25 2009
3 comments
461 views