TlsCertificate.isTimeValidAt
bool isTimeValidAt(long atTime) const;Checks if the certificate is valid at a specific time.
Parameters
atTime | Unix timestamp to check validity against. |
Returns
Whether the certificate is valid at the specified time.
bool isTimeValidAt(long atTime) const;Checks if the certificate is valid at a specific time.
atTime | Unix timestamp to check validity against. |