D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
api2
/
vendor
/
namshi
/
jose
/
src
/
Namshi
/
JOSE
/
Signer
/
SecLib
/
Filename :
RS384.php
back
Copy
<?php namespace Namshi\JOSE\Signer\SecLib; class RS384 extends RSA { public function __construct() { parent::__construct(); $this->encryptionAlgorithm->setHash('sha384'); $this->encryptionAlgorithm->setMGFHash('sha384'); } }