Searched refs:exponent (Results 1 – 3 of 3) sorted by relevance
213 protected $exponent; variable in phpseclib3\\Crypt\\RSA417 $privatekey->exponent = $d;450 $key->exponent = $key->publicExponent;453 $key->exponent = $key->privateExponent;
43 return $x->modPow($this->exponent, $this->modulus);502 $new->exponent = $this->exponent;
103 return $x->modPow($this->exponent, $this->modulus);497 return $type::savePublicKey($this->modulus, $this->exponent, $options);500 …return $type::savePrivateKey($this->modulus, $this->publicExponent, $this->exponent, $this->primes…