Self signed Certificate Based Authentication

Posted by Tadi Vijay Kumar on Stack Overflow See other posts from Stack Overflow or by Tadi Vijay Kumar
Published on 2010-05-05T12:56:51Z Indexed on 2010/05/06 5:28 UTC
Read the original article Hit count: 237

Filed under:
|
|

Hi All.. I have started a project based on Client server communication in java. What i'm doing is client and server have their own self signed certificates. In initial communication both client and server will exchange their certificates. Server has to verify clients certificate and should grant authentication. Where i struck was on what topic server can validate or invalidate a particular client..? I am unable to proceed from here. So please any of you can give brief explanation about it? if possible some Pseudocode in java..?

© Stack Overflow or respective owner

Related posts about java

Related posts about security