示例#1
0
 public function verify($data)
 {
     return Rsa::rsa_verify($data, $this->public_key, $this->modulus, $this->key_length);
 }