2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-09-18 13:59:32 +00:00

Remove compat with protocol 6 with RSA encryption

Since we already removed compat with protocol 7 ^.^u
This commit is contained in:
Albert Vaca Cintora
2019-04-17 20:24:50 +02:00
parent 9a8ae36ef6
commit 168b16527c
18 changed files with 64 additions and 292 deletions

View File

@@ -65,11 +65,6 @@ import javax.net.ssl.X509TrustManager;
public class SslHelper {
public enum SslMode {
Client,
Server
}
public static X509Certificate certificate; //my device's certificate
public static final BouncyCastleProvider BC = new BouncyCastleProvider();