Types

Link copied to clipboard

An intermediate or root certificate that did not have basic constraints extension.

Link copied to clipboard

An intermediate or root certificate that did not have CA set to true in its basic constraints extension.

Link copied to clipboard

An intermediate or root certificate that did not have path length in basic constraints that is long enough for this certificate chain.

Link copied to clipboard

An expired certificate in the chain (at the validation time).

Link copied to clipboard

An intermediate or root certificate that did not have key usage allowing signing other certificates.

Link copied to clipboard

An certificate in the chain which is not yet valid (at the validation time).

Link copied to clipboard

There is a certificate in the chain which was not signed by the following one

Link copied to clipboard

There is a certificate in the chain which has issuer not matching subject of the following certificate.

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?