mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-09 09:26:07 +00:00
Changes needed for crypto for Limelight Pi
This commit is contained in:
@@ -32,13 +32,12 @@ import org.bouncycastle.x509.X509V3CertificateGenerator;
|
||||
|
||||
import com.limelight.LimeLog;
|
||||
import com.limelight.nvstream.http.LimelightCryptoProvider;
|
||||
import com.limelight.settings.SettingsManager;
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
public class PcCryptoProvider implements LimelightCryptoProvider {
|
||||
|
||||
private File certFile = new File(SettingsManager.SETTINGS_DIR + File.separator + "client.crt");
|
||||
private File keyFile = new File(SettingsManager.SETTINGS_DIR + File.separator + "client.key");
|
||||
private File certFile = new File("client.crt");
|
||||
private File keyFile = new File("client.key");
|
||||
|
||||
private X509Certificate cert;
|
||||
private RSAPrivateKey key;
|
||||
|
||||
Reference in New Issue
Block a user