Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
wp-toolkit
/
vendor
/
lcobucci
/
jwt
/
src
/
Signer
/
Rsa
/
File Content:
Sha256.php
<?php declare (strict_types=1); namespace WPToolkitDependenciesIsolationPrefix\Lcobucci\JWT\Signer\Rsa; use WPToolkitDependenciesIsolationPrefix\Lcobucci\JWT\Signer\Rsa; use const OPENSSL_ALGO_SHA256; final class Sha256 extends Rsa { public function algorithmId() : string { return 'RS256'; } public function algorithm() : int { return OPENSSL_ALGO_SHA256; } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
Sha256.php
403 bytes
0644
Sha384.php
403 bytes
0644
Sha512.php
403 bytes
0644
N4ST4R_ID | Naxtarrr