Home
last modified time | relevance | path

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

/plugin/gtime/gtlib/tsp/
H A DGTVerifier.php338 $cert = new X509Certificate($certificate);
354 $hash1 = X509Certificate::getPublicKeyHash($publicKey);
355 $hash2 = X509Certificate::getPublicKeyHash($cert->getPublicKey());
392 … if (!X509Certificate::verifyPublicKeySignature($publicKey, $data, $sign, $signatureAlgorithm)) {
H A DGTPublicationsFile.php447 $certificate = new X509Certificate($certificates[0]);
473 $certificate = new X509Certificate($certificate);
H A DGTTimestamp.php468 $certificate = new X509Certificate($certificate);
470 $hash = X509Certificate::getPublicKeyHash($certificate->getPublicKey());
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php36 class X509Certificate { class
133 return X509Certificate::verifyPublicKeySignature($this->pkey, $data, $sign, $algorithm);
/plugin/adfs/
H A Dadmin.php78 …>xpath($proto . '/md:KeyDescriptor[@use="signing"]/ds:KeyInfo/ds:X509Data/ds:X509Certificate'))[0];
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt52 - Strip whitespace characters when parsing X509Certificate. fixes #84
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js70041 var X509Certificate = asn.define('X509Certificate', function () {
70044 module.exports = X509Certificate;