Home
last modified time | relevance | path

Searched refs:getKeyMaterial (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DKey.php60 public function getKeyMaterial() function in Firebase\\JWT\\Key
H A DJWT.php140 if (!self::verify("$headb64.$bodyb64", $sig, $key->getKeyMaterial(), $header->alg)) {