Searched refs:urlsafeB64Decode (Results 1 – 4 of 4) sorted by relevance
131 $mod = JWT::urlsafeB64Decode($n);132 $exp = JWT::urlsafeB64Decode($e);
106 $headerRaw = static::urlsafeB64Decode($headb64);110 $payloadRaw = static::urlsafeB64Decode($bodyb64);121 $sig = static::urlsafeB64Decode($cryptob64);387 public static function urlsafeB64Decode(string $input): string function in Firebase\\JWT\\JWT
233 $modulus = new $bigIntClass($this->jwt->urlsafeB64Decode($cert['n']), 256);234 $exponent = new $bigIntClass($this->jwt->urlsafeB64Decode($cert['e']), 256);
251 'n' => new BigInteger($this->callJwtStatic('urlsafeB64Decode', [254 'e' => new BigInteger($this->callJwtStatic('urlsafeB64Decode', [