Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques statiques | |
static | encode (string $data, bool $usePadding=false) |
static | decode (string $data) |
Encode and decode data into Base64 Url Safe.
|
static |
string | $data | The data to decode |
InvalidArgumentException |
Références $data.
Référencé par RSAKey\convertBase64StringToBigInteger(), TokenBinding\createFormArray(), MetadataStatementFetcher\fetchMetadataStatement(), RSAKey\fromBase64ToInteger(), TPMAttestationStatementSupport\getExponent(), HMAC\getKey(), ECKey\getKey(), Base64UrlEncodingTag\getNormalizedData(), AttestationObjectLoader\load(), ECKey\p256KPrivateKey(), ECKey\p256PrivateKey(), ECKey\p384PrivateKey(), ECKey\p521PrivateKey(), JSONGeneralSerializer\processHeaders(), JSONGeneralSerializer\processPayload(), EdDSA\sign(), CompactSerializer\unserialize(), JSONFlattenedSerializer\unserialize(), JSONGeneralSerializer\unserialize(), et EdDSA\verify().
|
static |
string | $data | The data to encode |
bool | $usePadding | If true, the "=" padding at end of the encoded value are kept, else it is removed |
Références $data.
Référencé par ECKey\createECKeyUsingOpenSSL(), JWSVerifier\getInputToVerify(), JSONFlattenedSerializer\serialize(), CompactSerializer\serialize(), JSONGeneralSerializer\serialize(), et JWK\thumbprint().