Validity.isValidAt

bool isValidAt(long unixTime) const pure nothrow @safe @nogc

Checks if the given time falls within the validity period.

Parameters

unixTimeThe time to check as a Unix timestamp.

Returns

True if the certificate is valid at the given time.