PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
lcobucci
/
jwt
/
src
/
Signer
<?php declare(strict_types=1); namespace Lcobucci\JWT\Signer; interface Key { public function contents(): string; public function passphrase(): string; }
[-] 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