Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
grafana
/
vendor
/
lcobucci
/
jwt
/
src
/
Signer
/
Ecdsa
/
File Content:
Sha384.php
<?php declare (strict_types=1); namespace PleskGrafana\Lcobucci\JWT\Signer\Ecdsa; use PleskGrafana\Lcobucci\JWT\Signer\Ecdsa; use const OPENSSL_ALGO_SHA384; final class Sha384 extends Ecdsa { public function algorithmId() : string { return 'ES384'; } public function algorithm() : int { return OPENSSL_ALGO_SHA384; } public function pointLength() : int { return 96; } public function expectedKeyLength() : int { return 384; } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
ConversionFailed.php
634 bytes
0644
MultibyteStringConverter.php
4456 bytes
0644
Sha256.php
510 bytes
0644
Sha384.php
510 bytes
0644
Sha512.php
609 bytes
0644
SignatureConverter.php
1173 bytes
0644
N4ST4R_ID | Naxtarrr