OCSP based certificate validation
Hi all,
Is there someone who can help me with OCSP in java. I need to implement certificate validation on server as part of authentication process in a j2ee environment. I'm thinking that the process should look like this:
1. the client will upload its certificate
2. the server will receive the certificate and will try to verify if the certificate is valid to the authority that created and signed the certificate.
Is this possible in java1.4+ to perform such a validation?
Thanks in advance

