| Current Path : /home/users/unlimited/www/api.xalonx.com/vendor/namshi/jose/src/Namshi/JOSE/Signer/SecLib/ |
| Current File : /home/users/unlimited/www/api.xalonx.com/vendor/namshi/jose/src/Namshi/JOSE/Signer/SecLib/RS384.php |
<?php
namespace Namshi\JOSE\Signer\SecLib;
class RS384 extends RSA
{
public function __construct()
{
parent::__construct();
$this->encryptionAlgorithm->setHash('sha384');
$this->encryptionAlgorithm->setMGFHash('sha384');
}
}