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

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

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