PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
lcobucci
/
jwt
/
src
/
Signer
<?php declare(strict_types=1); namespace Lcobucci\JWT\Signer; use InvalidArgumentException; use Lcobucci\JWT\Exception; final class CannotSignPayload extends InvalidArgumentException implements Exception { public static function errorHappened(string $error): self { return new self('There was an error while creating the signature: ' . $error); } }
[-] InvalidKeyProvided.php
[edit]
[-] CannotSignPayload.php
[edit]
[-] OpenSSL.php
[edit]
[+]
Key
[+]
..
[-] Hmac.php
[edit]
[-] Rsa.php
[edit]
[-] Key.php
[edit]
[+]
Rsa
[+]
Hmac
[-] None.php
[edit]
[-] Ecdsa.php
[edit]
[+]
Ecdsa