OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
lcobucci
/
jwt
/
src
/
Signer
/
Rsa
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:35:50 AM
rwxr-xr-x
📄
Sha256.php
350 bytes
08/12/2024 10:35:50 AM
rw-r--r--
📄
Sha384.php
350 bytes
08/12/2024 10:35:50 AM
rw-r--r--
📄
Sha512.php
350 bytes
08/12/2024 10:35:50 AM
rw-r--r--
Editing: Sha384.php
Close
<?php declare(strict_types=1); namespace Lcobucci\JWT\Signer\Rsa; use Lcobucci\JWT\Signer\Rsa; use const OPENSSL_ALGO_SHA384; final class Sha384 extends Rsa { public function algorithmId(): string { return 'RS384'; } public function algorithm(): int { return OPENSSL_ALGO_SHA384; } }