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_compact' |
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.
LogicException | if the JWS has unprotected header (invalid for compact JSON) |
LogicException | if the payload is not encoded but contains unauthorized characters |
Implémente JWSSerializer.
Références Base64Url\encode(), JWS\getEncodedPayload(), JWS\getPayload(), JWS\getSignature(), Serializer\isPayloadEncoded(), et null.
unserialize | ( | string | $input | ) |
InvalidArgumentException | if the input is invalid |
Implémente JWSSerializer.
Références $input, $parts, Base64Url\decode(), JsonConverter\decode(), Serializer\isPayloadEncoded(), et null.
const NAME = 'jws_compact' |