Home
last modified time | relevance | path

Searched refs:verify (Results 76 – 100 of 133) sorted by relevance

123456

/plugin/gtime/gtlib/tsp/
H A DGTTimestamp.php428 public function verify(GTDataHash $dataHash, GTPublicationsFile $publicationsFile) { function in GTTimestamp
439 $this->verificationResult->update($publicationsFile->verify());
H A DGTPublicationsFile.php373 public function verify($cainfo = null) { function in GTPublicationsFile
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dabstract_class.phpt141 $this->__phpunit_getInvocationMocker()->verify();
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php140 if (!self::verify("$headb64.$bodyb64", $sig, $key->getKeyMaterial(), $header->alg)) {
281 private static function verify( function in Firebase\\JWT\\JWT
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdSenseHost.php423 ],'verify' => [
424 'path' => 'associationsessions/verify',
H A DGames.php235 ],'verify' => [
236 'path' => 'games/v1/applications/{applicationId}/verify',
H A DMonitoring.php720 ],'verify' => [
721 'path' => 'v3/{+name}:verify',
H A DGmail.php992 ],'verify' => [
993 'path' => 'gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}/verify',
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt42 - Add comments to warn about return values of verify(). (Thijs Kinkhorst)
43 - Fix tests to properly check return code of verify(). (Thijs Kinkhorst)
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md198 // this endpoint: https://www.gstatic.com/iap/verify/public_key-jwk
246 - Update `JWT::verify` to handle OpenSSL errors.
271 - Require a non-empty key to decode and verify a JWT. See
/plugin/contactmodern/
H A DREADME.textile9 # reCaptcha instead of "Enter HUMAN to verify."
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php48 public function verify($message, $signature) function in phpseclib3\\Crypt\\EC\\PublicKey
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/Resource/
H A DProjectsLocationsMigrationJobs.php332 public function verify($name, VerifyMigrationJobRequest $postBody, $optParams = []) function in Google\\Service\\DatabaseMigrationService\\Resource\\ProjectsLocationsMigrationJobs
/plugin/authyubikey/lib/
H A DREADME37 $auth = $yubi->verify($otp);
H A DYubico.php281 function verify($token, $use_timestamp=null, $wait_for_all=False, function in Auth_Yubico
/plugin/vbsso/
H A DREADME.md74 6. Back to DokuWiki vBSSO Settings page and verify that API Connections fields are filled out.
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md50 match the cURL handler when `verify` is set to `true` or a certificate file.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc322 on a specific request, you can specify it via the `verify` parameter in the
333 'verify' => 'path/to/cacert.pem' //Use a self-signed certificate
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php398 if ($public_key->verify($signed, $signature)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php311 public function verify($message, $signature) function in phpseclib3\\Crypt\\RSA\\PublicKey
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/fedauth/Auth/OpenID/
H A DServer.php401 $is_valid = $signatory->verify($this->assoc_handle, $this->signed);
1324 function verify($assoc_handle, $message) function in Auth_OpenID_Signatory
/plugin/openid/Auth/OpenID/
H A DServer.php450 $is_valid = $signatory->verify($this->assoc_handle, $this->signed);
1465 function verify($assoc_handle, $message) function in Auth_OpenID_Signatory
/plugin/securelogin/
H A DREADME.md53 …- Click the "Test" button to verify your setup. If all is working, a bubble will appear containing…

123456