Home
last modified time | relevance | path

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

/plugin/gtime/gtlib/tsp/
H A DGTVerifier.php354 $hash1 = X509Certificate::getPublicKeyHash($publicKey);
355 $hash2 = X509Certificate::getPublicKeyHash($cert->getPublicKey());
H A DGTPublicationsFile.php353 array_push($this->publicKeys, $this->getPublicKeyHash($offset));
548 private function getPublicKeyHash($offset) { function in GTPublicationsFile
H A DGTTimestamp.php470 $hash = X509Certificate::getPublicKeyHash($certificate->getPublicKey());
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php234 public static function getPublicKeyHash($pkey) { function in X509Certificate