TlsCertificate.isTimeValidAt

bool isTimeValidAt(long atTime) const;

Checks if the certificate is valid at a specific time.

Parameters

atTimeUnix timestamp to check validity against.

Returns

Whether the certificate is valid at the specified time.