Cheetah
|
Public Member Functions | |
encode ($payload, $key, $algorithm=null) | |
decode ($payload, $key, $algorithm=null) | |
urlSafeB64Encode ($data) | |
urlSafeB64Decode ($b64) | |
Definition at line 5 of file EncryptionInterface.php.
OAuth2\Encryption\EncryptionInterface::decode | ( | $payload, | |
$key, | |||
$algorithm = null |
|||
) |
Implemented in OAuth2\Encryption\Jwt, and OAuth2\Encryption\FirebaseJwt.
OAuth2\Encryption\EncryptionInterface::encode | ( | $payload, | |
$key, | |||
$algorithm = null |
|||
) |
Implemented in OAuth2\Encryption\Jwt.
OAuth2\Encryption\EncryptionInterface::urlSafeB64Decode | ( | $b64 | ) |
Implemented in OAuth2\Encryption\Jwt, and OAuth2\Encryption\FirebaseJwt.
OAuth2\Encryption\EncryptionInterface::urlSafeB64Encode | ( | $data | ) |
Implemented in OAuth2\Encryption\Jwt, and OAuth2\Encryption\FirebaseJwt.