芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/xmintal-back/vendor/firebase/php-jwt/src/Key.php
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; } }