Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
displayName () | |
name () | |
serialize (JWS $jws, ?int $signatureIndex=null) | |
unserialize (string $input) | |
Champs de données | |
const | NAME = 'jws_json_flattened' |
Membres hérités additionnels | |
Fonctions membres protégées hérités de Serializer | |
isPayloadEncoded (array $protectedHeader) | |
displayName | ( | ) |
Implémente JWSSerializer.
name | ( | ) |
The name of the serialization.
Implémente JWSSerializer.
Converts a JWS into a string.
Implémente JWSSerializer.
Références $data, $header, JsonConverter\encode(), Base64Url\encode(), JWS\getEncodedPayload(), JWS\getSignature(), et null.
unserialize | ( | string | $input | ) |
InvalidArgumentException | if the input is not supported |
InvalidArgumentException | if the JWS header is invalid |
Implémente JWSSerializer.
Références $data, $header, $input, JsonConverter\decode(), Base64Url\decode(), Serializer\isPayloadEncoded(), et null.
const NAME = 'jws_json_flattened' |