X509CertChainValidationException
Exception thrown when X509 certificate chain validation fails.
Inheritors
Types
An intermediate or root certificate that did not have basic constraints extension.
An intermediate or root certificate that did not have CA set to true in its basic constraints extension.
An intermediate or root certificate that did not have path length in basic constraints that is long enough for this certificate chain.
An expired certificate in the chain (at the validation time).
An intermediate or root certificate that did not have key usage allowing signing other certificates.
An certificate in the chain which is not yet valid (at the validation time).
There is a certificate in the chain which was not signed by the following one
There is a certificate in the chain which has issuer not matching subject of the following certificate.