Searched refs:withPassword (Results 1 – 6 of 6) sorted by relevance
30 public function withPassword($password = false); function
170 $new->withPassword($password) :249 $new->withPassword($password) :
40 public function withPassword($password = false) function
109 … $result = sodium_crypto_sign_detached($message, $this->withPassword()->toString('libsodium'));153 …$result = openssl_sign($message, $signature, $this->withPassword()->toString('PKCS8', ['namedCurve…
322 public function withPassword($password = false) function in phpseclib3\\System\\SSH\\Agent\\Identity
2978 $r = PSS::load($key->withPassword()->toString('PSS'));