Home
last modified time | relevance | path

Searched refs:Signature (Results 1 – 25 of 57) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DConsentArtifact.php29 protected $guardianSignatureType = Signature::class;
43 protected $userSignatureType = Signature::class;
45 protected $witnessSignatureType = Signature::class;
77 * @param Signature
84 * @return Signature
133 * @param Signature
135 public function setUserSignature(Signature $userSignature)
140 * @return Signature
147 * @param Signature
149 public function setWitnessSignature(Signature $witnessSignature)
[all …]
H A DSignature.php20 class Signature extends \Google\Model class
96 class_alias(Signature::class, 'Google_Service_CloudHealthcare_Signature');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DGenericSignedAttestation.php25 protected $signaturesType = Signature::class;
45 * @param Signature[]
52 * @return Signature[]
H A DAttestationOccurrence.php29 protected $signaturesType = Signature::class;
61 * @param Signature[]
68 * @return Signature[]
H A DSignature.php20 class Signature extends \Google\Model class
62 class_alias(Signature::class, 'Google_Service_ContainerAnalysis_Signature');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DAttestationOccurrence.php29 protected $signaturesType = Signature::class;
61 * @param Signature[]
68 * @return Signature[]
H A DSignature.php20 class Signature extends \Google\Model class
62 class_alias(Signature::class, 'Google_Service_OnDemandScanning_Signature');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BinaryAuthorization/
H A DAttestationOccurrence.php29 protected $signaturesType = Signature::class;
61 * @param Signature[]
68 * @return Signature[]
H A DSignature.php20 class Signature extends \Google\Model class
62 class_alias(Signature::class, 'Google_Service_BinaryAuthorization_Signature');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/
H A DRaw.php16 namespace phpseclib3\Crypt\EC\Formats\Signature;
18 use phpseclib3\Crypt\Common\Formats\Signature\Raw as Progenitor;
H A DASN1.php19 namespace phpseclib3\Crypt\EC\Formats\Signature;
H A DSSH2.php18 namespace phpseclib3\Crypt\EC\Formats\Signature;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/
H A DRaw.php16 namespace phpseclib3\Crypt\DSA\Formats\Signature;
18 use phpseclib3\Crypt\Common\Formats\Signature\Raw as Progenitor;
H A DASN1.php19 namespace phpseclib3\Crypt\DSA\Formats\Signature;
H A DSSH2.php18 namespace phpseclib3\Crypt\DSA\Formats\Signature;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/
H A DSignature.php3 namespace OAuth\OAuth1\Signature;
7 use OAuth\OAuth1\Signature\Exception\UnsupportedHashAlgorithmException;
9 class Signature implements SignatureInterface class
H A DSignatureInterface.php3 namespace OAuth\OAuth1\Signature;
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php24 use OAuth\OAuth1\Signature\Signature; alias
227 …return new $serviceName($credentials, $this->httpClient, $storage, new Signature($credentials), $b…
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php24 use OAuth\OAuth1\Signature\Signature; alias
238 return new $serviceName($credentials, $this->httpClient, $storage, new Signature($credentials), $baseApiUri);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/Exception/
H A DUnsupportedHashAlgorithmException.php3 namespace OAuth\OAuth1\Signature\Exception;
/plugin/cryptsign/
H A Dplugin.info.txt5 name Signature Plugin
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/
H A DRaw.php18 namespace phpseclib3\Crypt\Common\Formats\Signature;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DServiceInterface.php12 use OAuth\OAuth1\Signature\SignatureInterface;
H A DEtsy.php5 use OAuth\OAuth1\Signature\SignatureInterface;
/plugin/oauth/
H A Ddeleted.files96 phpoauthlib/src/OAuth/OAuth1/Signature/Exception/UnsupportedHashAlgorithmException.php
97 phpoauthlib/src/OAuth/OAuth1/Signature/Signature.php
98 phpoauthlib/src/OAuth/OAuth1/Signature/SignatureInterface.php
170 phpoauthlib/tests/Unit/OAuth1/Signature/SignatureTest.php

123