Files
rr3-apk/smali/com/amazonaws/http/TLS12SocketFactory.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

71 lines
1.7 KiB
Smali

.class public abstract Lcom/amazonaws/http/TLS12SocketFactory;
.super Ljavax/net/ssl/SSLSocketFactory;
.source "SourceFile"
# static fields
.field public static final SUPPORTED_PROTOCOLS:[Ljava/lang/String;
.field public static final contextLock:Ljava/lang/Object;
.field public static sslContext:Ljavax/net/ssl/SSLContext;
# direct methods
.method static constructor <clinit>()V
.locals 3
.line 40
new-instance v0, Ljava/lang/Object;
invoke-direct {v0}, Ljava/lang/Object;-><init>()V
sput-object v0, Lcom/amazonaws/http/TLS12SocketFactory;->contextLock:Ljava/lang/Object;
const-string v0, "TLSv1.1"
const-string v1, "TLSv1.2"
const-string v2, "TLSv1"
filled-new-array {v2, v0, v1}, [Ljava/lang/String;
move-result-object v0
sput-object v0, Lcom/amazonaws/http/TLS12SocketFactory;->SUPPORTED_PROTOCOLS:[Ljava/lang/String;
const/4 v0, 0x0
sput-object v0, Lcom/amazonaws/http/TLS12SocketFactory;->sslContext:Ljavax/net/ssl/SSLContext;
return-void
.end method
.method public static createTLS12SocketFactory()Lcom/amazonaws/http/TLS12SocketFactory;
.locals 1
const/4 v0, 0x0
.line 49
invoke-static {v0}, Lcom/amazonaws/http/TLS12SocketFactory;->createTLS12SocketFactory(Ljavax/net/ssl/SSLContext;)Lcom/amazonaws/http/TLS12SocketFactory;
move-result-object v0
return-object v0
.end method
.method public static createTLS12SocketFactory(Ljavax/net/ssl/SSLContext;)Lcom/amazonaws/http/TLS12SocketFactory;
.locals 0
.line 0
const/4 p0, 0x0
return-object p0
.end method
.method public static fixTLSPre21(Ljavax/net/ssl/HttpsURLConnection;Lcom/amazonaws/http/TLS12SocketFactory;)V
.locals 0
return-void
.end method