Cheetah
Public Member Functions | List of all members
OAuth2\Encryption\EncryptionInterface Interface Reference
Inheritance diagram for OAuth2\Encryption\EncryptionInterface:
OAuth2\Encryption\FirebaseJwt OAuth2\Encryption\Jwt

Public Member Functions

 encode ($payload, $key, $algorithm=null)
 
 decode ($payload, $key, $algorithm=null)
 
 urlSafeB64Encode ($data)
 
 urlSafeB64Decode ($b64)
 

Detailed Description

Definition at line 5 of file EncryptionInterface.php.

Member Function Documentation

◆ decode()

OAuth2\Encryption\EncryptionInterface::decode (   $payload,
  $key,
  $algorithm = null 
)

◆ encode()

OAuth2\Encryption\EncryptionInterface::encode (   $payload,
  $key,
  $algorithm = null 
)

Implemented in OAuth2\Encryption\Jwt.

◆ urlSafeB64Decode()

OAuth2\Encryption\EncryptionInterface::urlSafeB64Decode (   $b64)

◆ urlSafeB64Encode()

OAuth2\Encryption\EncryptionInterface::urlSafeB64Encode (   $data)

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