__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
declare(strict_types=1);
namespace Jose\Component\Signature\Serializer;
use Jose\Component\Signature\JWS;
interface JWSSerializer
{
/**
* The name of the serialization.
*/
public function name(): string;
public function displayName(): string;
/**
* Converts a JWS into a string.
*/
public function serialize(JWS $jws, ?int $signatureIndex = null): string;
/**
* Loads data and return a JWS object.
*
* @param string $input A string that represents a JWS
*/
public function unserialize(string $input): JWS;
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| CompactSerializer.php | File | 2.91 KB | 0664 |
|
| JSONFlattenedSerializer.php | File | 3.04 KB | 0664 |
|
| JSONGeneralSerializer.php | File | 5.1 KB | 0664 |
|
| JWSSerializer.php | File | 589 B | 0664 |
|
| JWSSerializerManager.php | File | 1.77 KB | 0664 |
|
| JWSSerializerManagerFactory.php | File | 1.08 KB | 0664 |
|
| Serializer.php | File | 414 B | 0664 |
|