Home
last modified time | relevance | path

Searched refs:historyTime (Results 1 – 1 of 1) sorted by relevance

/plugin/gtime/gtlib/tsp/
H A DGTVerifier.php70 $historyTime = $historyId->getValue();
72 $result->update(GTVerifier::verifyCertificate($certificate, $historyTime, $publicKey));
318 * @param string $historyTime
322 private static function verifyCertificate($certificate, $historyTime, $publicKey) { argument
330 if (empty($historyTime)) {
344 if ($params["validFrom_time_t"] > $historyTime) {
348 if ($params["validTo_time_t"] < $historyTime) {