for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Zenstruck\JWT\Signer\OpenSSL;
use Zenstruck\JWT\Signer\OpenSSL;
/**
* @author Kevin Bond <[email protected]>
*/
abstract class ECDSA extends OpenSSL
{
* {@inheritdoc}
protected function allowedType()
return OPENSSL_KEYTYPE_EC;
}