-
Enhancement
-
Resolution: Fixed
-
P3
-
6
-
b28
-
sparc
-
solaris_9
A new method is needed that returns the length of the last certification
path validated by sun.security.validator.PKIXValidator. It is necessary
since engineValidate() may modify the length of the path before invoking
java.security.cert.CertPathValidator.validate() and there may be
PKIXCertPathCheckers that depend on the length of the path to perform
their processing (ex: a checker that checks for an extension in intermediate
CA certs needs to maintain a counter so it knows when it is passed the target
certificate).
###@###.### 2005-2-28 20:15:27 GMT
path validated by sun.security.validator.PKIXValidator. It is necessary
since engineValidate() may modify the length of the path before invoking
java.security.cert.CertPathValidator.validate() and there may be
PKIXCertPathCheckers that depend on the length of the path to perform
their processing (ex: a checker that checks for an extension in intermediate
CA certs needs to maintain a counter so it knows when it is passed the target
certificate).
###@###.### 2005-2-28 20:15:27 GMT
- relates to
-
JDK-6232815 Support CA certificate contain only netscape-cert-type extension in Java deployment
-
- Resolved
-