Home
last modified time | relevance | path

Searched refs:password (Results 126 – 150 of 387) sorted by last modified time

12345678910>>...16

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DMontgomeryPrivate.php52 * @param string $password optional
55 public static function load($key, $password = '') argument
97 * @param string $password optional
100 …on savePrivateKey(BigInteger $privateKey, MontgomeryCurve $curve, array $publicKey, $password = '') argument
102 if (!empty($password) && is_string($password)) {
H A DOpenSSH.php55 * @param string $password optional
58 public static function load($key, $password = '') argument
60 $parsed = parent::load($key, $password);
184 * @param string $password optional
188 …PrivateKey(BigInteger $privateKey, BaseCurve $curve, array $publicKey, $password = '', array $opti… argument
203 return self::wrapPrivateKey($publicKey, $privateKey, $password, $options);
213 return self::wrapPrivateKey($publicKey, $privateKey, $password, $options);
H A Dlibsodium.php49 * @param string $password optional
52 public static function load($key, $password = '') argument
105 * @param string $password optional
108 …c function savePrivateKey(BigInteger $privateKey, Ed25519 $curve, array $publicKey, $password = '') argument
116 if (!empty($password) && is_string($password)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DPublicKeyLoader.php39 * @param string $password optional
41 public static function load($key, $password = false) argument
44 return EC::load($key, $password);
49 return RSA::load($key, $password);
54 return DSA::load($key, $password);
77 * @param string $password optional
79 public static function loadPrivateKey($key, $password = false) argument
81 $key = self::load($key, $password);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DMSBLOB.php84 * @param string $password optional
87 public static function load($key, $password = '') argument
197 * @param string $password optional
200 …BigInteger $e, BigInteger $d, array $primes, array $exponents, array $coefficients, $password = '') argument
206 if (!empty($password) && is_string($password)) {
H A DOpenSSH.php45 * @param string $password optional
48 public static function load($key, $password = '') argument
55 $parsed = parent::load($key, $password);
128 * @param string $password optional
132 …, BigInteger $d, array $primes, array $exponents, array $coefficients, $password = '', array $opti… argument
137 return self::wrapPrivateKey($publicKey, $privateKey, $password, $options);
H A DPKCS1.php47 * @param string $password optional
50 public static function load($key, $password = '') argument
64 $key = parent::load($key, $password);
117 * @param string $password optional
121 …, BigInteger $d, array $primes, array $exponents, array $coefficients, $password = '', array $opti… argument
145 return self::wrapPrivateKey($key, 'RSA', $password, $options);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php522 … $this->exponent, $this->primes, $this->exponents, $this->coefficients, $this->password, $options);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DOracleProfile.php37 public $password; variable in Google\\Service\\Datastream\\OracleProfile
92 public function setPassword($password) argument
94 $this->password = $password;
101 return $this->password;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DPostgreSqlConnectionProfile.php33 public $password; variable in Google\\Service\\DatabaseMigrationService\\PostgreSqlConnectionProfile
80 public function setPassword($password) argument
82 $this->password = $password;
89 return $this->password;
H A DMySqlConnectionProfile.php33 public $password; variable in Google\\Service\\DatabaseMigrationService\\MySqlConnectionProfile
80 public function setPassword($password) argument
82 $this->password = $password;
89 return $this->password;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DSmtpMsa.php29 public $password; variable in Google\\Service\\Gmail\\SmtpMsa
60 public function setPassword($password) argument
62 $this->password = $password;
69 return $this->password;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDatafeedFetchSchedule.php41 public $password; variable in Google\\Service\\ShoppingContent\\DatafeedFetchSchedule
118 public function setPassword($password) argument
120 $this->password = $password;
127 return $this->password;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEntryPoint.php50 public $password; variable in Google\\Service\\Calendar\\EntryPoint
151 public function setPassword($password) argument
153 $this->password = $password;
160 return $this->password;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DBasicAuthentication.php25 public $password; variable in Google\\Service\\Monitoring\\BasicAuthentication
34 public function setPassword($password) argument
36 $this->password = $password;
43 return $this->password;
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php122 private $password; variable in Google\\Auth\\OAuth2
867 if (!is_null($this->username) && !is_null($this->password)) {
970 return $this->password;
976 * @param string $password
979 public function setPassword($password) argument
981 $this->password = $password;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DUserPassword.php32 public function setPassword(Secret $password) argument
34 $this->password = $password;
41 return $this->password;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php488 public function withUserInfo($user, $password = null) argument
491 if ($password !== null) {
492 $info .= ':' . $this->filterUserInfoComponent($password);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DSMTPDelivery.php63 public function setPassword(NotifierSecretRef $password) argument
65 $this->password = $password;
72 return $this->password;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3WebhookGenericWebService.php30 public $password; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3WebhookGenericWebService
61 public function setPassword($password) argument
63 $this->password = $password;
70 return $this->password;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2366 private function login_helper($username, $password = null) argument
2397 …return !Strings::is_stringable($password) && !is_array($password) ? false : $this->keyboard_intera…
2400 if ($password instanceof PrivateKey) {
2401 return $this->privatekey_login($username, $password);
2404 if ($password instanceof Agent) {
2405 return $this->ssh_agent_login($username, $password);
2408 if (is_array($password)) {
2416 if (!isset($password)) {
2450 $password
2508 * @param string|array $password
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php330 * @param string|bool $password
333 public function withPassword($password = false) argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DMySqlReplicaConfiguration.php53 public $password; variable in Google\\Service\\SQLAdmin\\MySqlReplicaConfiguration
168 public function setPassword($password) argument
170 $this->password = $password;
177 return $this->password;
H A DOnPremisesConfiguration.php49 public $password; variable in Google\\Service\\SQLAdmin\\OnPremisesConfiguration
144 public function setPassword($password) argument
146 $this->password = $password;
153 return $this->password;
H A DUser.php45 public $password; variable in Google\\Service\\SQLAdmin\\User
132 public function setPassword($password) argument
134 $this->password = $password;
141 return $this->password;

12345678910>>...16