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!

difference between keymanager and trustmanager

843811Mar 20 2003 — edited Apr 7 2003
Hi,

I am new to ssl and authentication. I looked lots of post on this forum regarding server authentication and client authentication. Most of the code examples using both trustmanager for server authentication and keymanager for client authentication. It's understandable that trustmanager is used in client code in order to handle server authentication.

Question: why need keymanager in client code for client authentication, as client authenication should be handled in server code? Or the purpose of keymanager is to feed the client.cer to server during connection?

Thanks for your information. /dan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 5 2003
Added on Mar 20 2003
7 comments
1,813 views