芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/firebase/php-jwt/src/Key.php
keyMaterial = $keyMaterial; $this->algorithm = $algorithm; } /** * Return the algorithm valid for this key * * @return string */ public function getAlgorithm() { return $this->algorithm; } /** * @return string|resource|OpenSSLAsymmetricKey */ public function getKeyMaterial() { return $this->keyMaterial; } }