/var/www/vhosts/ihelp.ro/httpdocs/vendor/firebase/php-jwt/src
NameSizeModeActions
BeforeValidException.php970644editdlrm
CachedKeySet.php70640644editdlrm
ExpiredException.php930644editdlrm
JWK.php118280644editdlrm
JWT.php239910644editdlrm
Key.php16220644editdlrm
SignatureInvalidException.php1020644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/firebase/php-jwt/src/Key.php (1622B)
keyMaterial = $keyMaterial; $this->algorithm = $algorithm; } /** * Return the algorithm valid for this key * * @return string */ public function getAlgorithm(): string { return $this->algorithm; } /** * @return string|resource|OpenSSLAsymmetricKey|OpenSSLCertificate */ public function getKeyMaterial() { return $this->keyMaterial; } }