Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php101 $pem = self::createPemFromModulusAndExponent($jwk['n'], $jwk['e']);
127 private static function createPemFromModulusAndExponent( function in Firebase\\JWT\\JWK