Example #1
0
 /**
  * Set the public key
  *
  * @return	void
  * @param	string $key
  */
 public static function setPublicKey($key)
 {
     self::$publicKey = (string) $key;
 }