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