/
home
/
techb158
/
dev.balacoffee.com
/
vendor
/
lcobucci
/
jwt
/
src
/
Signer
/
Rsa
/
/home/techb158/dev.balacoffee.com/vendor/lcobucci/jwt/src/Signer/Rsa
mkdir
upload
Name
Size
Mode
Actions
Sha256.php
329
0644
edit
dl
rm
Sha384.php
329
0644
edit
dl
rm
Sha512.php
329
0644
edit
dl
rm
Edit:
/home/techb158/dev.balacoffee.com/vendor/lcobucci/jwt/src/Signer/Rsa/Sha384.php
(329B)
<?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; } }
Save