Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
wp-toolkit
/
vendor
/
lcobucci
/
jwt
/
src
/
Signer
/
Ecdsa
/
File Content:
ConversionFailed.php
<?php declare (strict_types=1); namespace WPToolkitDependenciesIsolationPrefix\Lcobucci\JWT\Signer\Ecdsa; use InvalidArgumentException; use WPToolkitDependenciesIsolationPrefix\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
682 bytes
0644
MultibyteStringConverter.php
4545 bytes
0644
Sha256.php
478 bytes
0644
Sha384.php
478 bytes
0644
Sha512.php
479 bytes
0644
SignatureConverter.php
1073 bytes
0644
N4ST4R_ID | Naxtarrr