Searched refs:withPassword (Results 1 – 8 of 8) sorted by relevance
30 public function withPassword($password = false); function
175 $new->withPassword($password) :254 $new->withPassword($password) :
40 public function withPassword($password = false) function
140 … $result = sodium_crypto_sign_detached($message, $this->withPassword()->toString('libsodium'));162 openssl_sign($message, $result, $this->withPassword()->toString('PKCS8'), 0);222 …$result = openssl_sign($message, $signature, $this->withPassword()->toString('PKCS8', ['namedCurve…
322 public function withPassword($password = false) function in phpseclib3\\System\\SSH\\Agent\\Identity
326 $privateStr = (string) $private->withPassword();
1000 $this->withPassword()->toString('PKCS8') :
2984 $r = PSS::load($key->withPassword()->toString('PSS'));