Emarref\Jwt\Encryption\Asymmetric::getPublicKey PHP Метод

getPublicKey() публичный Метод

public getPublicKey ( ) : resource | string
Результат resource | string
    public function getPublicKey()
    {
        if (!$this->publicKey) {
            throw new \RuntimeException('No public key available for verification.');
        }
        return $this->publicKey;
    }