Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudShell/
H A DStartEnvironmentRequest.php30 public $publicKeys; variable in Google\\Service\\CloudShell\\StartEnvironmentRequest
49 public function setPublicKeys($publicKeys) argument
51 $this->publicKeys = $publicKeys;
58 return $this->publicKeys;
H A DEnvironment.php38 public $publicKeys; variable in Google\\Service\\CloudShell\\Environment
105 public function setPublicKeys($publicKeys) argument
107 $this->publicKeys = $publicKeys;
114 return $this->publicKeys;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BinaryAuthorization/
H A DUserOwnedGrafeasNote.php65 public function setPublicKeys($publicKeys) argument
67 $this->publicKeys = $publicKeys;
74 return $this->publicKeys;
/plugin/gtime/gtlib/tsp/
H A DGTPublicationsFile.php67 private $publicKeys; variable in GTPublicationsFile
347 if ($this->publicKeys === null) {
348 $this->publicKeys = array();
353 array_push($this->publicKeys, $this->getPublicKeyHash($offset));
358 return $this->publicKeys;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DIdentityToolkit.php106 'path' => 'publicKeys',