File manager - Edit - /home/autoph/public_html/projects/vendor/namshi/jose/src/Namshi/JOSE/Signer/OpenSSL/RS384.php
Back
<?php namespace Namshi\JOSE\Signer\OpenSSL; /** * Class responsible to sign inputs with the RSA algorithm, after hashing it. */ class RS384 extends RSA { public function getHashingAlgorithm() { return version_compare(phpversion(), '5.4.8', '<') ? 'SHA384' : OPENSSL_ALGO_SHA384; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings