Class ChainConstraintsFailure

All Implemented Interfaces:
BoundsReference, CertificateChainReference, CertificateReference, ConstraintsFailure, Serializable

public class ChainConstraintsFailure extends ReasonForTotalFailed implements CertificateChainReference, ConstraintsFailure
The signature is considered invalid because the certificate chain used in the validation process does not match the validation constraints related to the certificate.

The validation process shall output:

  • The certificate chain used in the validation process.
  • The set of constraints that have not been met by the chain.
  • TODO: consider adding this information
See Also: