示例#1
0
 public function sign($data)
 {
     return Rsa::rsa_sign($data, $this->private_key, $this->modulus, $this->key_length);
 }