/**
  * @access public
  * @param string
  */
 public static function setSignatureKey($value)
 {
     self::$signature_key = trim($value);
 }