Ejemplo n.º 1
0
 public function decrypt($data)
 {
     return RSA::decryptWithPrivate($data, $this->getPrivateKey());
 }