The number of days left until the certificate expires.
The total number of days the certificate is valid.
OptionalerrorThe error code if the certificate validation failed.
List of errors encountered during certificate validation.
A boolean indicating if the certificate is expired.
OptionalissuerThe issuer certificate, if available.
OptionalpubkeyThe public key in base64 format.
OptionalrawThe raw certificate in base64 format.
Indicates if the certificate is valid.
OptionalvalidThe list of valid subject alternative names (SANs) for the certificate.
The date when the certificate becomes valid.
The date when the certificate expires.
List of warnings encountered during certificate validation.
CertificateInfo extends PeerCertificateConverted and includes additional fields for validation status, errors, and warnings. It also includes the issuer certificate if available.