-
Enhancement
-
Resolution: Duplicate
-
P3
-
6
-
None
-
generic
-
solaris
In Java deployment, we are trying to implement OCSP and CRL support in Java plugin and Java webstart, we are calling JSSE PKIX validator class to do this.
Currently, if the validation failed or succeed, we all get CertPathValidatorException, and we have to parse the error message to determine what kind of return status we received. We hope JSSE API can throw different exception so that we can better handle it in our code.
This is for both OCSP and CRL certificate validation.
###@###.### 2005-03-30 16:25:26 GMT
Currently, if the validation failed or succeed, we all get CertPathValidatorException, and we have to parse the error message to determine what kind of return status we received. We hope JSSE API can throw different exception so that we can better handle it in our code.
This is for both OCSP and CRL certificate validation.
###@###.### 2005-03-30 16:25:26 GMT
- duplicates
-
JDK-4946388 Add CertificateRevokedException class
-
- Resolved
-