CertificateStatus

Status of the certificate that was used for signing the document. The default status of a valid CA-issued certificate is OK.

Entries

Link copied to clipboard

The certificate status is correct, valid.

Link copied to clipboard

The certificate status is valid, but self-signed.

Link copied to clipboard

OCSP certificate revocation check network error. Either due to invalid OCSP server URL or network timeout.

Link copied to clipboard

The certificate date is correct, but couldn't check against a certificate authority.

Link copied to clipboard

Either the certificate, the OCSP, or the CRL has expired. According to the spec, this is an invalid state (error).

Link copied to clipboard

Either the certificate, the OCSP, or the CRL has expired but we don't have proof of existence (POE) of the digital signature. According to the specification, this is an indeterminate state (warning).

Link copied to clipboard

Either the certificate, the OCSP, or the CRL has expired as of today but we have confidence that this certificate was valid in the past, when the signature was created. According to the specification, this is an indeterminate state (warning).

Link copied to clipboard

Either the certificate, the OCSP, or the CRL are not yet valid. According to the spec, this is an invalid state (error).

Link copied to clipboard

Either the certificate, the OCSP, or the CRL are not yet valid but we don't have proof of existence (POE) of the digital signature. According to the specification, this is an indeterminate state (warning).

Link copied to clipboard

The certificate is not valid against a CA.

Link copied to clipboard

The certificate has been revoked. According to the spec, this is an invalid state (error).

Link copied to clipboard

The certificate has been revoked but we don't have proof of existence (POE) of the digital signature. According to the specification, this is an indeterminate state (warning).

Link copied to clipboard

The certificate has been revoked as of today but we have confidence that this certificate was valid in the past, when the signature was created. According to the specification, this is an indeterminate state (warning).

Link copied to clipboard

Could not fetch signature contents.

Link copied to clipboard

General validation problems (bad signatures, certificate chain is too long, etc.).

Functions

Link copied to clipboard
Returns localized description for the certificate status issues.
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.