Certificate Status
Status of the certificate that was used for signing the document. The default status of a valid CA-issued certificate is OK.
Entries
The certificate status is valid, but self-signed.
OCSP certificate revocation check network error. Either due to invalid OCSP server URL or network timeout.
The certificate date is correct, but couldn't check against a certificate authority.
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).
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).
Either the certificate, the OCSP, or the CRL are not yet valid. According to the spec, this is an invalid state (error).
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).
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).
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).
Could not fetch signature contents.
General validation problems (bad signatures, certificate chain is too long, etc.).
Functions
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.)
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.