By convention, X.509 CertPath
s are stored from target to trust anchor. That is, the issuer of one certificate is the subject of the following one. However, unvalidated X.509 CertPath
s may not follow this convention. PKIX CertPathValidator
s will detect any departure from this convention and throw a CertPathValidatorException
.
@author Yassir Elley
@since 1.4
|
|
|
|
|
|