Searched refs:exponent (Results 1 – 3 of 3) sorted by relevance
214 protected $exponent; variable in phpseclib3\\Crypt\\RSA411 $privatekey->exponent = $d;444 $key->exponent = $key->publicExponent;447 $key->exponent = $key->privateExponent;
44 return $x->modPow($this->exponent, $this->modulus);551 $new->exponent = $this->exponent;
103 return $x->modPow($this->exponent, $this->modulus);507 return $type::savePublicKey($this->modulus, $this->exponent, $options);510 …return $type::savePrivateKey($this->modulus, $this->publicExponent, $this->exponent, $this->primes…