File manager - Edit - /home/autoph/public_html/projects/test_api/vendor/namshi/jose/src/Namshi/JOSE/Signer/OpenSSL/None.php
Back
<?php namespace Namshi\JOSE\Signer\OpenSSL; use Namshi\JOSE\Signer\SignerInterface; /** * None Signer. */ class None implements SignerInterface { /** * {@inheritdoc} */ public function sign($input, $key) { return ''; } /** * {@inheritdoc} */ public function verify($key, $signature, $input) { return $signature === ''; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings