Esempio n. 1
0
 /**
  * Returns the key size
  *
  * More specifically, this returns the size of the modulo in bits.
  *
  * @access public
  * @return Integer
  */
 function getSize()
 {
     return !isset($this->modulus) ? 0 : strlen($this->modulus->toBits());
 }