Module: Poppler::CertificateStatus

Defined in:
(unknown)

Constant Summary collapse

TRUSTED =

certificate is considered trusted

0 or :trusted
UNTRUSTED_ISSUER =

the issuer of this certificate has been marked as untrusted by the user

1 or :untrusted_issuer
UNKNOWN_ISSUER =

this certificate trust chain has not finished in a trusted root certificate

2 or :unknown_issuer
REVOKED =

certificate was revoked by the issuing certificate authority

3 or :revoked
EXPIRED =

signing time is outside the validity bounds of this certificate

4 or :expired
GENERIC_ERROR =

failed to verify certificate

5 or :generic_error
NOT_VERIFIED =

certificate not yet verified

6 or :not_verified