Beispiel #1
0
 public function decryptString($signedCiphertext)
 {
     return $this->phpCrypt->decrypt($signedCiphertext);
 }