for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Zenstruck\JWT\Signer\OpenSSL\RSA;
use Zenstruck\JWT\Signer\OpenSSL\RSA;
/**
* @author Alessandro Nadalin <[email protected]>
* @author Kevin Bond <[email protected]>
*/
final class RS384 extends RSA
{
* {@inheritdoc}
protected function hashingAlgorithm()
return OPENSSL_ALGO_SHA384;
}
public function name()
return 'RS384';