Home
last modified time | relevance | path

Searched refs:urlsafeB64Decode (Results 1 – 25 of 28) sorted by relevance

12

/dports/multimedia/zoneminder/zoneminder-1.36.5/web/vendor/firebase/php-jwt/src/
H A DJWT.php81 if (null === ($header = static::jsonDecode(static::urlsafeB64Decode($headb64)))) {
84 if (null === $payload = static::jsonDecode(static::urlsafeB64Decode($bodyb64))) {
87 if (false === ($sig = static::urlsafeB64Decode($cryptob64))) {
320 public static function urlsafeB64Decode($input) function in Firebase\\JWT\\JWT
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/kolab_sso/lib/Firebase/JWT/
H A DJWT.php81 if (null === ($header = static::jsonDecode(static::urlsafeB64Decode($headb64)))) {
84 if (null === $payload = static::jsonDecode(static::urlsafeB64Decode($bodyb64))) {
87 if (false === ($sig = static::urlsafeB64Decode($cryptob64))) {
320 public static function urlsafeB64Decode($input) function in Firebase\\JWT\\JWT
/dports/deskutils/egroupware/egroupware/vendor/fproject/php-jwt/src/
H A DJWT.php82 if (null === ($header = static::jsonDecode(static::urlsafeB64Decode($headb64)))) {
85 if (null === $payload = static::jsonDecode(static::urlsafeB64Decode($bodyb64))) {
88 if (false === ($sig = static::urlsafeB64Decode($cryptob64))) {
321 public static function urlsafeB64Decode($input) function in Firebase\\JWT\\JWT
H A DJWK.php101 $modulus = JWT::urlsafeB64Decode($n);
102 $publicExponent = JWT::urlsafeB64Decode($e);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/firebase/php-jwt/src/
H A DJWT.php81 if (null === ($header = static::jsonDecode(static::urlsafeB64Decode($headb64)))) {
84 if (null === $payload = static::jsonDecode(static::urlsafeB64Decode($bodyb64))) {
87 if (false === ($sig = static::urlsafeB64Decode($cryptob64))) {
320 public static function urlsafeB64Decode($input) function in Firebase\\JWT\\JWT
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/libraries/vendor/firebase/php-jwt/src/
H A DJWT.php81 if (null === ($header = static::jsonDecode(static::urlsafeB64Decode($headb64)))) {
84 if (null === $payload = static::jsonDecode(static::urlsafeB64Decode($bodyb64))) {
87 if (false === ($sig = static::urlsafeB64Decode($cryptob64))) {
320 public static function urlsafeB64Decode($input) function in Firebase\\JWT\\JWT
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/firebase/php-jwt/src/
H A DJWT.php86 if (null === ($header = static::jsonDecode(static::urlsafeB64Decode($headb64)))) {
89 if (null === $payload = static::jsonDecode(static::urlsafeB64Decode($bodyb64))) {
92 if (false === ($sig = static::urlsafeB64Decode($cryptob64))) {
333 public static function urlsafeB64Decode($input) function in Firebase\\JWT\\JWT
H A DJWK.php118 $modulus = JWT::urlsafeB64Decode($n);
119 $publicExponent = JWT::urlsafeB64Decode($e);
/dports/www/moodle310/moodle/lib/php-jwt/src/
H A DJWT.php86 if (null === ($header = static::jsonDecode(static::urlsafeB64Decode($headb64)))) {
89 if (null === $payload = static::jsonDecode(static::urlsafeB64Decode($bodyb64))) {
92 if (false === ($sig = static::urlsafeB64Decode($cryptob64))) {
333 public static function urlsafeB64Decode($input) function in Firebase\\JWT\\JWT
H A DJWK.php117 $modulus = JWT::urlsafeB64Decode($n);
118 $publicExponent = JWT::urlsafeB64Decode($e);
/dports/www/moodle311/moodle/lib/php-jwt/src/
H A DJWT.php86 if (null === ($header = static::jsonDecode(static::urlsafeB64Decode($headb64)))) {
89 if (null === $payload = static::jsonDecode(static::urlsafeB64Decode($bodyb64))) {
92 if (false === ($sig = static::urlsafeB64Decode($cryptob64))) {
333 public static function urlsafeB64Decode($input) function in Firebase\\JWT\\JWT
H A DJWK.php117 $modulus = JWT::urlsafeB64Decode($n);
118 $publicExponent = JWT::urlsafeB64Decode($e);
/dports/www/moodle39/moodle/lib/php-jwt/src/
H A DJWT.php86 if (null === ($header = static::jsonDecode(static::urlsafeB64Decode($headb64)))) {
89 if (null === $payload = static::jsonDecode(static::urlsafeB64Decode($bodyb64))) {
92 if (false === ($sig = static::urlsafeB64Decode($cryptob64))) {
333 public static function urlsafeB64Decode($input) function in Firebase\\JWT\\JWT
H A DJWK.php117 $modulus = JWT::urlsafeB64Decode($n);
118 $publicExponent = JWT::urlsafeB64Decode($e);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/firebase/php-jwt/src/
H A DJWK.php118 $modulus = JWT::urlsafeB64Decode($n);
119 $publicExponent = JWT::urlsafeB64Decode($e);
H A DJWT.php89 if (null === ($header = static::jsonDecode(static::urlsafeB64Decode($headb64)))) {
92 if (null === $payload = static::jsonDecode(static::urlsafeB64Decode($bodyb64))) {
95 if (false === ($sig = static::urlsafeB64Decode($cryptob64))) {
341 public static function urlsafeB64Decode($input) function in Firebase\\JWT\\JWT
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient/src/Google/AccessToken/
H A DVerify.php93 $modulus = new $bigIntClass($this->jwt->urlsafeB64Decode($cert['n']), 256);
94 $exponent = new $bigIntClass($this->jwt->urlsafeB64Decode($cert['e']), 256);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient/src/AccessToken/
H A DVerify.php229 $modulus = new $bigIntClass($this->jwt->urlsafeB64Decode($cert['n']), 256);
230 $exponent = new $bigIntClass($this->jwt->urlsafeB64Decode($cert['e']), 256);
/dports/deskutils/egroupware/egroupware/vendor/imsglobal/lti-1p3-tool/src/lti/
H A DLTI_Message_Launch.php264 $this->jwt['header'] = json_decode(JWT::urlsafeB64Decode($jwt_parts[0]), true);
266 $this->jwt['body'] = json_decode(JWT::urlsafeB64Decode($jwt_parts[1]), true);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/auth/src/
H A DAccessToken.php251 'n' => new BigInteger($this->callJwtStatic('urlsafeB64Decode', [
254 'e' => new BigInteger($this->callJwtStatic('urlsafeB64Decode', [
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/bshaffer/oauth2-server-php/src/OAuth2/Encryption/
H A DFirebaseJwt.php45 return \JWT::urlsafeB64Decode($b64);
/dports/www/moodle310/moodle/mod/lti/
H A Dtoken.php60 $payload = JWT::urlsafeB64Decode($parts[1]);
/dports/www/moodle311/moodle/mod/lti/
H A Dtoken.php60 $payload = JWT::urlsafeB64Decode($parts[1]);
/dports/www/moodle39/moodle/mod/lti/
H A Dtoken.php60 $payload = JWT::urlsafeB64Decode($parts[1]);
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/www/ui/api/Helper/
H A DAuthHelper.php115 JWT::urlsafeB64Decode($jwtTokenPayload));

12