File manager - Edit - /home/autoph/public_html/projects/vendor/namshi/jose/src/Namshi/JOSE/Signer/SignerInterface.php
Back
<?php namespace Namshi\JOSE\Signer; interface SignerInterface { /** * Signs the $input with the $key, after hashing it. * * @param string $input * @param resource|string $key * * @return string|null */ public function sign($input, $key); /** * Verifies that the input correspond to the $signature decrypted with the * given public $key. * * @param resource|string $key * @param string $signature * @param string $input * * @return bool */ public function verify($key, $signature, $input); }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.11 |
proxy
|
phpinfo
|
Settings