Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
grafana
/
vendor
/
lcobucci
/
jwt
/
src
/
Signer
/
Ecdsa
/
File Content:
ConversionFailed.php
<?php declare (strict_types=1); namespace PleskGrafana\Lcobucci\JWT\Signer\Ecdsa; use InvalidArgumentException; use PleskGrafana\Lcobucci\JWT\Exception; final class ConversionFailed extends InvalidArgumentException implements Exception { public static function invalidLength() : self { return new self('Invalid signature length.'); } public static function incorrectStartSequence() : self { return new self('Invalid data. Should start with a sequence.'); } public static function integerExpected() : self { return new self('Invalid data. Should contain an integer.'); } }
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