Changes of com.discord v1277
This commit is contained in:
parent
76e99c636d
commit
e9775d5a2c
9187 changed files with 351030 additions and 369093 deletions
|
@ -1,120 +0,0 @@
|
|||
.class public final Lg0/i;
|
||||
.super Lc0/n/c/j;
|
||||
.source "CertificatePinner.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/jvm/functions/Function0;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lc0/n/c/j;",
|
||||
"Lkotlin/jvm/functions/Function0<",
|
||||
"Ljava/util/List<",
|
||||
"+",
|
||||
"Ljava/security/cert/X509Certificate;",
|
||||
">;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic $hostname:Ljava/lang/String;
|
||||
|
||||
.field public final synthetic $peerCertificates:Ljava/util/List;
|
||||
|
||||
.field public final synthetic this$0:Lg0/h;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/h;Ljava/util/List;Ljava/lang/String;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lg0/i;->this$0:Lg0/h;
|
||||
|
||||
iput-object p2, p0, Lg0/i;->$peerCertificates:Ljava/util/List;
|
||||
|
||||
iput-object p3, p0, Lg0/i;->$hostname:Ljava/lang/String;
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
invoke-direct {p0, p1}, Lc0/n/c/j;-><init>(I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public invoke()Ljava/lang/Object;
|
||||
.locals 3
|
||||
|
||||
iget-object v0, p0, Lg0/i;->this$0:Lg0/h;
|
||||
|
||||
iget-object v0, v0, Lg0/h;->b:Lg0/h0/m/c;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
iget-object v1, p0, Lg0/i;->$peerCertificates:Ljava/util/List;
|
||||
|
||||
iget-object v2, p0, Lg0/i;->$hostname:Ljava/lang/String;
|
||||
|
||||
invoke-virtual {v0, v1, v2}, Lg0/h0/m/c;->a(Ljava/util/List;Ljava/lang/String;)Ljava/util/List;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
iget-object v0, p0, Lg0/i;->$peerCertificates:Ljava/util/List;
|
||||
|
||||
:goto_0
|
||||
new-instance v1, Ljava/util/ArrayList;
|
||||
|
||||
const/16 v2, 0xa
|
||||
|
||||
invoke-static {v0, v2}, Lf/h/a/f/e/n/f;->collectionSizeOrDefault(Ljava/lang/Iterable;I)I
|
||||
|
||||
move-result v2
|
||||
|
||||
invoke-direct {v1, v2}, Ljava/util/ArrayList;-><init>(I)V
|
||||
|
||||
invoke-interface {v0}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
:goto_1
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v2
|
||||
|
||||
if-eqz v2, :cond_2
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
check-cast v2, Ljava/security/cert/Certificate;
|
||||
|
||||
if-eqz v2, :cond_1
|
||||
|
||||
check-cast v2, Ljava/security/cert/X509Certificate;
|
||||
|
||||
invoke-virtual {v1, v2}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
new-instance v0, Lkotlin/TypeCastException;
|
||||
|
||||
const-string v1, "null cannot be cast to non-null type java.security.cert.X509Certificate"
|
||||
|
||||
invoke-direct {v0, v1}, Lkotlin/TypeCastException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
|
||||
:cond_2
|
||||
return-object v1
|
||||
.end method
|
Loading…
Add table
Add a link
Reference in a new issue