Elgg  Version 2.3
Static Public Member Functions | List of all members
Elgg\Security\Base64Url Class Reference

Encode and decode Base 64 URL. More...

Static Public Member Functions

static encode ($bytes)
 Encode base 64 URL. More...
 
static decode ($bytes)
 Decode base 64 URL. More...
 

Detailed Description

Encode and decode Base 64 URL.

private

Definition at line 9 of file Base64Url.php.

Member Function Documentation

static Elgg\Security\Base64Url::decode (   $bytes)
static

Decode base 64 URL.

Parameters
string$bytesBytes to decode
Returns
string|false

Definition at line 29 of file Base64Url.php.

static Elgg\Security\Base64Url::encode (   $bytes)
static

Encode base 64 URL.

Parameters
string$bytesBytes to encode
Returns
string

Definition at line 17 of file Base64Url.php.


The documentation for this class was generated from the following file: