enum CertificateState

Certificate states.

References from:
ChainCertificate; NodeCredential; TrustedCertificate;

1
NOT_VALID_YET
Based on the validFrom date, the certificate is not yet valid.
0
VALID
Based on the validFrom and validTo dates, the certificate is valid.
2
EXPIRED
Based on the validTo date having passed, the certificate expired.
3
REVOKED
The certificate was revoked by a trusted CA.

Deprecated: Deprecated in version 3.0. Improper state descriptor for local certificates.